|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This represents a group in the security platform and the directories.
Except for getGroupList()
and getUserList()
,
the method invocations do not lead to a query to the directory. All other
data is statically constructed during the creation of this instance.
Method Summary | |
java.util.Map |
getGroupInfo()
Gets the provider-specific attributes. |
java.lang.String[] |
getGroupList()
Gets the sub-groups (child groups) of this group. |
java.lang.String |
getIdentity()
Gets the identity for this group. |
java.lang.String |
getName()
Gets the name for this group. |
java.lang.String[] |
getUserList()
Gets the users that belong to this group. |
Method Detail |
public java.lang.String getIdentity()
Gets the identity for this group.
public java.lang.String getName()
Gets the name for this group.
public java.lang.String[] getUserList() throws CSSException
Gets the users that belong to this group.
If there is an exception, this method can be called and the instance is not destroyed.
CSSException
- - if there is any abnormalitypublic java.lang.String[] getGroupList() throws CSSException
Gets the sub-groups (child groups) of this group.
CSSException
- - if there is any abnormalitypublic java.util.Map getGroupInfo()
Gets the provider-specific attributes. The provider can return a map of attributes as key-value pairs.
This map should contain the key
CSSAPIIF.PROVIDER_REQUEST
and the value
should be the URL or the domain name of the server where this group
entry was looked up (server of reference).
|
Copyright 2004 Hyperion Solutions Corporation. All rights reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |