| Modifiers | Name | Description |
|---|---|---|
interface |
AuthRepository.Internal |
|
interface |
AuthRepository.Test |
| Modifiers | Name | Description |
|---|---|---|
java.lang.String |
ADD_AUTH_SEPARATOR |
|
java.lang.String |
BASIC_BUILT_IN_ITEM |
|
java.lang.String |
NO_AUTHORIZATION |
|
java.lang.String |
NTLM_BUILT_IN_ITEM |
|
java.lang.String |
OPTIONS_SEPARATOR |
|
java.lang.String |
SPNEGO_KERBEROS_BUILT_IN_ITEM |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
addListener(AuthRepositoryListener listener) |
|
BaseAuthEntry |
createEntry(Enum entryType, java.lang.String entryName) |
|
void |
deleteEntry(java.lang.String name) |
|
java.util.List<AuthProfileHolder> |
getAuthProfileHolderListByEntryName(java.lang.String entryName) |
|
BaseAuthEntry |
getEntry(java.lang.String name) |
|
java.util.List<AuthEntries.BaseAuthEntry> |
getEntryList() |
|
java.util.List<java.lang.String> |
getKafkaSupportedEntryNames()@deprecated Use getSupportedEntryNames(ServiceConfig.Type.Enum serviceType) instead of this method |
|
java.util.List<java.lang.String> |
getKafkaSupportedProfileNames()@deprecated Use getSupportedProfileTypes(ServiceConfig.Type.Enum serviceType) instead of this method |
|
java.util.List<java.lang.String> |
getMultiConfigurationSupportedEntryNames(MultiConfigurationTestStep multiConfigurationTestStep) |
|
java.util.List<java.lang.String> |
getProfileNamesForModelItem(ModelItem modelItem, java.lang.Boolean includeSeparator) |
|
java.util.List<java.lang.String> |
getRequestBuiltInProfiles() |
|
java.util.List<java.lang.String> |
getRestSupportedEntryNames()@deprecated Use getSupportedEntryNames(ServiceConfig.Type.Enum serviceType) instead of this method |
|
java.util.List<java.lang.String> |
getRestSupportedProfileNames()@deprecated Use getSupportedProfileTypes(ServiceConfig.Type.Enum serviceType) instead of this method |
|
java.util.List<java.lang.String> |
getSoapSupportedEntryNames()@deprecated Use getSupportedEntryNames(ServiceConfig.Type.Enum serviceType) instead of this method |
|
java.util.List<java.lang.String> |
getSoapSupportedProfileNames()@deprecated Use getSupportedProfileTypes(ServiceConfig.Type.Enum serviceType) instead of this method |
|
java.util.List<java.lang.String> |
getSupportedEntryNames(Enum serviceType) |
|
java.util.List<java.lang.String> |
getSupportedProfileNames()@deprecated Use getSupportedProfileTypes() instead of this method |
|
java.util.List<java.lang.String> |
getSupportedProfileTypes() |
|
java.util.List<java.lang.String> |
getSupportedProfileTypes(Enum serviceType) |
|
void |
removeListener(AuthRepositoryListener listener) |
|
void |
renameEntry(java.lang.String oldName, java.lang.String newName) |