◆ addGroup()
abstract void org.gluu.oxtrust.ldap.service.IGroupService.addGroup |
( |
GluuGroup |
group | ) |
throws Exception |
|
abstract |
◆ countGroups()
abstract int org.gluu.oxtrust.ldap.service.IGroupService.countGroups |
( |
| ) |
|
|
abstract |
◆ findGroups()
abstract List<GluuGroup> org.gluu.oxtrust.ldap.service.IGroupService.findGroups |
( |
GluuGroup |
group, |
|
|
int |
sizeLimit |
|
) |
| |
|
abstract |
◆ generateInameForNewGroup()
abstract String org.gluu.oxtrust.ldap.service.IGroupService.generateInameForNewGroup |
( |
String |
name | ) |
throws Exception |
|
abstract |
◆ generateInumForNewGroup()
abstract String org.gluu.oxtrust.ldap.service.IGroupService.generateInumForNewGroup |
( |
| ) |
throws Exception |
|
abstract |
◆ getAllGroups() [1/2]
abstract List<GluuGroup> org.gluu.oxtrust.ldap.service.IGroupService.getAllGroups |
( |
| ) |
|
|
abstract |
◆ getAllGroups() [2/2]
List<GluuGroup> org.gluu.oxtrust.ldap.service.IGroupService.getAllGroups |
( |
int |
sizeLimit | ) |
|
◆ getDnForGroup()
abstract String org.gluu.oxtrust.ldap.service.IGroupService.getDnForGroup |
( |
String |
inum | ) |
|
|
abstract |
◆ getGroupByDisplayName()
abstract GluuGroup org.gluu.oxtrust.ldap.service.IGroupService.getGroupByDisplayName |
( |
String |
DisplayName | ) |
throws Exception |
|
abstract |
◆ getGroupByDn()
abstract GluuGroup org.gluu.oxtrust.ldap.service.IGroupService.getGroupByDn |
( |
String |
Dn | ) |
|
|
abstract |
◆ getGroupByIname()
abstract GluuGroup org.gluu.oxtrust.ldap.service.IGroupService.getGroupByIname |
( |
String |
iname | ) |
throws Exception |
|
abstract |
◆ getGroupByInum()
abstract GluuGroup org.gluu.oxtrust.ldap.service.IGroupService.getGroupByInum |
( |
String |
inum | ) |
|
|
abstract |
◆ getVisibilityTypes()
abstract GluuGroupVisibility [] org.gluu.oxtrust.ldap.service.IGroupService.getVisibilityTypes |
( |
| ) |
throws Exception |
|
abstract |
◆ isMemberOrOwner() [1/2]
abstract boolean org.gluu.oxtrust.ldap.service.IGroupService.isMemberOrOwner |
( |
String |
groupDN, |
|
|
String |
personDN |
|
) |
| |
|
abstract |
◆ isMemberOrOwner() [2/2]
abstract boolean org.gluu.oxtrust.ldap.service.IGroupService.isMemberOrOwner |
( |
String [] |
groupDNs, |
|
|
String |
personDN |
|
) |
| throws Exception |
|
abstract |
◆ removeGroup()
abstract void org.gluu.oxtrust.ldap.service.IGroupService.removeGroup |
( |
GluuGroup |
group | ) |
|
|
abstract |
◆ searchGroups()
abstract List<GluuGroup> org.gluu.oxtrust.ldap.service.IGroupService.searchGroups |
( |
String |
pattern, |
|
|
int |
sizeLimit |
|
) |
| throws Exception |
|
abstract |
◆ updateGroup()
abstract void org.gluu.oxtrust.ldap.service.IGroupService.updateGroup |
( |
GluuGroup |
group | ) |
throws Exception |
|
abstract |
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/OpenId/gluu/src/oxTrust/server/src/main/java/org/gluu/oxtrust/ldap/service/IGroupService.java