| Methods in com.hyperion.css with parameters of type CSSProviderIF |
CSSGroupIF[] |
CSSAPIExtnIF.getGroups(java.util.Map context,
CSSPrincipalIF principal,
GroupSearchFilter groupSrchFilter,
CSSProviderIF provider,
CSSDelegatedListIF[] delegatedList)
Get the Groups matching the group search filter. |
CSSGroupIF[] |
CSSAPIExtnIF.getGroups(java.util.Map context,
CSSPrincipalIF principal,
java.lang.String groupName,
CSSProviderIF provider,
CSSDelegatedListIF[] delegatedList)
Get the Groups matching the groupName filter. |
CSSUserIF[] |
CSSAPIExtnIF.getUsers(java.util.Map context,
CSSPrincipalIF principal,
java.lang.String userName,
CSSProviderIF provider,
CSSDelegatedListIF[] delegatedList)
Get the Users matching the userName filter. |
CSSUserIF[] |
CSSAPIExtnIF.getUsers(java.util.Map context,
CSSPrincipalIF principal,
UserSearchFilter userSrchFilter,
CSSProviderIF provider,
CSSDelegatedListIF[] delegatedList)
Get the Users matching the user search filter. |