|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.composition.data.SecurityProfile
A security profile descriptor. The descriptor declares an immutable set of permissions that are associated under a named profile.
Constructor Summary | |
SecurityProfile(String name,
PermissionDescriptor[] permissions)
Creation of a new security profile using an asupplied name and set of permissions. |
Method Summary | |
String |
getName()
Return the name of the security profile. |
PermissionDescriptor[] |
getPermissionDescriptors()
Return the set of permission directives. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecurityProfile(String name, PermissionDescriptor[] permissions)
name
- the profile namepermissions
- the assigned permissionsMethod Detail |
public String getName()
public PermissionDescriptor[] getPermissionDescriptors()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |