|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.authz.PIPAttribute
org.glite.security.authz.pdp.LocalUserPIPAttribute
This class represents an attribute that is used to pupulate a subject with the local users found in the gridmap file.
PIPAttribute
,
GridMapServicePDP
Field Summary | |
static java.lang.String |
LOCAL_USER
Property defining the name of this attribute. |
Constructor Summary | |
LocalUserPIPAttribute(java.lang.String[] users)
Constructor. |
Method Summary | |
java.lang.String[] |
getUsers()
gets the users in this attribute. |
Methods inherited from class org.glite.security.authz.PIPAttribute |
addPrivate, addPublic, getName, getValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LOCAL_USER
Constructor Detail |
public LocalUserPIPAttribute(java.lang.String[] users)
users
- local users to populate this attribute withMethod Detail |
public java.lang.String[] getUsers()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |