gluu
|
公開メンバ関数 | |
String | getDnForSectorIdentifier (String oxId) |
List< OxAuthSectorIdentifier > | searchSectorIdentifiers (String pattern, int sizeLimit) |
List< OxAuthSectorIdentifier > | getAllSectorIdentifiers () |
OxAuthSectorIdentifier | getSectorIdentifierById (String oxId) |
String | generateIdForNewSectorIdentifier () |
void | addSectorIdentifier (OxAuthSectorIdentifier sectorIdentifier) |
void | updateSectorIdentifier (OxAuthSectorIdentifier sectorIdentifier) |
void | removeSectorIdentifier (OxAuthSectorIdentifier sectorIdentifier) |
非公開メンバ関数 | |
String | generateIdForNewSectorIdentifierImpl () |
非公開変数類 | |
Logger | log |
PersistenceEntryManager | ldapEntryManager |
OrganizationService | organizationService |
ClientService | clientService |
静的非公開変数類 | |
static final long | serialVersionUID = -9167587377957719153L |
Provides operations with Sector Identifiers
|
inline |
Add new sector identifier entry
sectorIdentifier | Sector identifier |
|
inline |
Generate new oxId for sector identifier
Exception |
|
inlineprivate |
|
inline |
|
inline |
Build DN string for sector identifier
oxId | Sector Identifier oxId |
Exception |
|
inline |
Get sector identifier by oxId
oxId | Sector identifier oxId |
|
inline |
Remove sector identifier entry
sectorIdentifier | Sector identifier |
|
inline |
Search sector identifiers by pattern
pattern | Pattern |
sizeLimit | Maximum count of results |
|
inline |
Update sector identifier entry
sectorIdentifier | Sector identifier |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |