gluu
|
公開メンバ関数 | |
LdapOxAsimbaConfiguration | loadAsimbaConfiguration () |
List< IDPEntry > | loadIDPs () |
List< RequestorPoolEntry > | loadRequestorPools () |
List< RequestorEntry > | loadRequestors () |
List< ApplicationSelectorEntry > | loadSelectors () |
List< IDPEntry > | searchIDPs (String pattern, int sizeLimit) throws Exception |
List< ApplicationSelectorEntry > | searchSelectors (String pattern, int sizeLimit) throws Exception |
List< RequestorEntry > | searchRequestors (String pattern, int sizeLimit) throws Exception |
List< RequestorPoolEntry > | searchRequestorPools (String pattern, int sizeLimit) throws Exception |
String | getDnForLdapIDPEntry (String inum) |
String | getDnForLDAPApplicationSelectorEntry (String inum) |
String | getDnForLDAPRequestorEntry (String inum) |
String | getDnForLDAPRequestorPoolEntry (String inum) |
void | addIDPEntry (IDPEntry entry) |
void | updateIDPEntry (IDPEntry entry) |
void | removeIDPEntry (IDPEntry entry) |
IDPEntry | readIDPEntry (String inum) |
void | addRequestorPoolEntry (RequestorPoolEntry entry) |
void | updateRequestorPoolEntry (RequestorPoolEntry entry) |
void | removeRequestorPoolEntry (RequestorPoolEntry entry) |
RequestorPoolEntry | readRequestorPoolEntry (String inum) |
void | addRequestorEntry (RequestorEntry entry) |
void | updateRequestorEntry (RequestorEntry entry) |
void | removeRequestorEntry (RequestorEntry entry) |
RequestorEntry | readRequestorEntry (String inum) |
void | addApplicationSelectorEntry (ApplicationSelectorEntry entry) |
void | updateApplicationSelectorEntry (ApplicationSelectorEntry entry) |
void | removeApplicationSelectorEntry (ApplicationSelectorEntry entry) |
ApplicationSelectorEntry | readApplicationSelectorEntry (String inum) |
String | saveIDPMetadataFile (UploadedFile uploadedFile, IDPEntry idp) throws IOException |
String | saveSPRequestorMetadataFile (UploadedFile uploadedFile) throws IOException |
void | restartAsimbaService () |
静的公開変数類 | |
static String | METADATA_IDP_CONFIGURATION_DIR = "${webapp.root}/WEB-INF/sample-data/" |
static String | METADATA_SP_CONFIGURATION_DIR = "${webapp.root}/WEB-INF/sample-data/" |
静的非公開メンバ関数 | |
static String | generateInum () |
非公開変数類 | |
Logger | log |
PersistenceEntryManager | ldapEntryManager |
OrganizationService | organizationService |
ServiceUtil | serviceUtil |
静的非公開変数類 | |
static final long | serialVersionUID = -2153351932813075972L |
Asimba LDAP configuration service.
|
inline |
Add new LDAPApplicationSelectorEntry.
entry | LDAPApplicationSelectorEntry |
|
inline |
Add new IDPEntry.
entry | IDPEntry |
|
inline |
Add new LDAPRequestorEntry.
entry | LDAPRequestorEntry |
|
inline |
Add new LDAPRequestorPoolEntry.
entry | LDAPRequestorPoolEntry |
|
inlinestaticprivate |
|
inline |
Build DN string for LDAPApplicationSelectorEntry
inum | entry Inum |
Exception |
|
inline |
Build DN string for LdapIDPEntry
inum | entry Inum |
Exception |
|
inline |
Build DN string for LDAPRequestorEntry
inum | entry Inum |
Exception |
|
inline |
Build DN string for LDAPRequestorPoolEntry
inum | entry Inum |
Exception |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Read ApplicationSelectorEntry from LDAP.
inum | Entry inum. |
|
inline |
Read IDPEntry from LDAP.
inum | Entry inum. |
|
inline |
Read RequestorEntry from LDAP.
inum | Entry inum. |
|
inline |
Read RequestorPoolEntry from LDAP.
inum | Entry inum. |
|
inline |
Remove LDAPApplicationSelectorEntry.
entry | LDAPApplicationSelectorEntry |
|
inline |
Remove IDPEntry.
entry | IDPEntry |
|
inline |
Remove LDAPRequestorEntry.
entry | LDAPRequestorEntry |
|
inline |
Remove LDAPRequestorPoolEntry.
entry | LDAPRequestorPoolEntry |
|
inline |
|
inline |
|
inline |
|
inline |
Search by pattern
pattern | Pattern |
sizeLimit | Maximum count of results |
Exception |
|
inline |
Search by pattern
pattern | Pattern |
sizeLimit | Maximum count of results |
Exception |
|
inline |
Search by pattern
pattern | Pattern |
sizeLimit | Maximum count of results |
Exception |
|
inline |
Search by pattern
pattern | Pattern |
sizeLimit | Maximum count of results |
Exception |
|
inline |
Update LDAPApplicationSelectorEntry.
entry | LDAPApplicationSelectorEntry |
|
inline |
Update IDPEntry.
entry | IDPEntry |
|
inline |
Update LDAPRequestorEntry.
entry | LDAPRequestorEntry |
|
inline |
Update LDAPRequestorPoolEntry.
entry | LDAPRequestorPoolEntry |
|
private |
|
private |
|
static |
|
static |
|
private |
|
staticprivate |
|
private |