|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.eserver.zos.racf.userregistry.RACF_User
Implements User interface for RACF users. Additionally provides attributesInfo and attributesHTML utility methods.
No public constructors are provided for RACF_User. RACF_User objects are created through either RACF_SecAdmin.createUser(userid,attributes) or RACF_SecAdmin.getUser(existing_userid) or from RACF_Group.members() enumeration.
Field Summary | |
---|---|
static String |
COPYRIGHT
|
static String |
sccsid
|
Method Summary | |
---|---|
static String |
attributesHTML()
Returns an HTML table of user attributes and their properties. |
static BasicAttributes |
attributesInfo()
Returns user attributes and their properties. |
BasicAttributes |
getAttributes()
Returns user attributes for this user from security repository |
Enumeration |
getGroups()
Returns Enumeration of UserGroups which user is a member of |
String |
getName()
Returns the name of this user. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.security.Principal |
---|
equals, hashCode, toString |
Field Detail |
public static final String COPYRIGHT
public static final String sccsid
Method Detail |
public static String attributesHTML()
public static BasicAttributes attributesInfo()
public BasicAttributes getAttributes() throws SecAdminException
User
getAttributes
in interface User
SecAdminException
public Enumeration getGroups()
User
getGroups
in interface User
public String getName()
User
getName
in interface User
Principal.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |