Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActiveDirectoryAliases() |
boolean |
getCheckPasswordOnClient() |
boolean |
getExternalAuthentication()
Deprecated.
Use
LoginProvider and/or HttpRequestFilter instead. |
java.lang.String |
getExternalAuthenticationProviderClass()
Deprecated.
Use
LoginProvider and/or HttpRequestFilter instead. |
boolean |
getRequirePasswordForNewUsers() |
java.util.List<java.lang.String> |
getStandardAuthenticationUsers() |
java.lang.String |
getTrustedClientPassword() |
java.lang.String getActiveDirectoryAliases()
@Deprecated boolean getExternalAuthentication()
LoginProvider
and/or HttpRequestFilter
instead.boolean getRequirePasswordForNewUsers()
@Deprecated java.lang.String getExternalAuthenticationProviderClass()
LoginProvider
and/or HttpRequestFilter
instead.java.util.List<java.lang.String> getStandardAuthenticationUsers()
java.lang.String getTrustedClientPassword()
TrustedClientService
method.
Trusted client may login without providing a user password. This is used for external authentication.
Must be equal to password set for the same property on the CORE.
boolean getCheckPasswordOnClient()