|
||||||||||
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_RSecAdmin
Field Summary | |
---|---|
static String |
COPYRIGHT
|
static String |
sccsid
|
Method Summary | |
---|---|
UserGroup |
createGroup(String name,
BasicAttributes input_at)
Creates a new group in security repository with specified attributes |
User |
createUser(String name,
BasicAttributes input_at)
Creates a new user in security repository with specified attributes |
void |
deleteGroup(String groupname)
Deletes existing group from security repository |
void |
deleteUser(String username)
Deletes existing user from security repository |
UserGroup |
getGroup(String name)
Gets UserGroup object for an existing group |
User |
getUser(String name)
Gets User object for an existing user |
void |
modifyGroup(String groupname,
ModificationItem[] mod)
changes, adds or deletes attributes of an existing group |
void |
modifyUser(String username,
ModificationItem[] mod)
changes, adds or deletes attributes of an existing user |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String COPYRIGHT
public static final String sccsid
Method Detail |
public UserGroup createGroup(String name, BasicAttributes input_at) throws SecAdminException
SecAdmin
createGroup
in interface SecAdmin
name
- Identifier for group, such as: name, dn, group idinput_at
- Attributes of group, such as: owner, gid
SecAdminException
public User createUser(String name, BasicAttributes input_at) throws SecAdminException
SecAdmin
createUser
in interface SecAdmin
name
- String to represent user, such as: userid, dninput_at
- Attributes of user, such as: email address, full name, account number. Can be null.
SecAdminException
public void deleteGroup(String groupname) throws SecAdminException
SecAdmin
deleteGroup
in interface SecAdmin
groupname
- Identifier for group, such as: name, dn, group id
SecAdminException
public void deleteUser(String username) throws SecAdminException
SecAdmin
deleteUser
in interface SecAdmin
username
- String to represent user, such as: userid, dn
SecAdminException
public UserGroup getGroup(String name) throws SecAdminException
SecAdmin
getGroup
in interface SecAdmin
name
- String to represent group, such as: name of group, dn
SecAdminException
public User getUser(String name) throws SecAdminException
SecAdmin
getUser
in interface SecAdmin
name
- String to represent user, such as: userid, dn
SecAdminException
public void modifyGroup(String groupname, ModificationItem[] mod) throws SecAdminException
SecAdmin
modifyGroup
in interface SecAdmin
groupname
- Identifier for group, such as: name, dn, group idmod
- Array of modifications (each modification could be
deleting, changing the value of, or adding an attribute)
SecAdminException
public void modifyUser(String username, ModificationItem[] mod) throws SecAdminException
SecAdmin
modifyUser
in interface SecAdmin
username
- String to represent user, such as: userid, dnmod
- Array of modifications (each modification could be
deleting, changing the value of, or adding an attribute)
SecAdminException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |