|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.PermissionCollection
org.jboss.portal.security.PortalPermissionCollection
org.jboss.portal.security.impl.jacc.JACCPortalPermissionCollection
public class JACCPortalPermissionCollection
Implementation of the portal permission collection that keep the role name on itself.
Constructor Summary | |
---|---|
JACCPortalPermissionCollection(java.lang.String roleName,
AuthorizationDomain repository)
|
Method Summary | |
---|---|
java.util.Enumeration |
elements()
|
javax.security.auth.Subject |
getCheckedSubject()
Return the subject being checked or null if there is none. |
java.lang.String |
getRoleName()
Return the role name attached to the collection. |
Methods inherited from class org.jboss.portal.security.PortalPermissionCollection |
---|
add, implies |
Methods inherited from class java.security.PermissionCollection |
---|
isReadOnly, setReadOnly, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JACCPortalPermissionCollection(java.lang.String roleName, AuthorizationDomain repository) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
Method Detail |
---|
public java.lang.String getRoleName()
PortalPermissionCollection
getRoleName
in class PortalPermissionCollection
public java.util.Enumeration elements()
elements
in class PortalPermissionCollection
public javax.security.auth.Subject getCheckedSubject()
PortalPermissionCollection
getCheckedSubject
in class PortalPermissionCollection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |