Package com.mdsol.mauth
Class AuthenticatorConfiguration
java.lang.Object
com.mdsol.mauth.AuthenticatorConfiguration
- All Implemented Interfaces:
com.mdsol.mauth.MAuthConfiguration
public class AuthenticatorConfiguration
extends Object
implements com.mdsol.mauth.MAuthConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.mdsol.mauth.MAuthConfiguration
VALIDATION_EXCEPTION_MESSAGE_TEMPLATE -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatorConfiguration(com.typesafe.config.Config config) AuthenticatorConfiguration(String baseUrl, String requestUrlPath, String securityTokensUrlPath) AuthenticatorConfiguration(String baseUrl, String requestUrlPath, String securityTokensUrlPath, boolean v2OnlyAuthenticate) AuthenticatorConfiguration(String baseUrl, String requestUrlPath, String securityTokensUrlPath, Long timeToLive) Deprecated.AuthenticatorConfiguration(String baseUrl, String requestUrlPath, String securityTokensUrlPath, Long timeToLive, boolean v2OnlyAuthenticate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mdsol.mauth.MAuthConfiguration
validateNotBlank, validateNotNull
-
Field Details
-
MAUTH_SECTION_HEADER
- See Also:
-
BASE_URL_PATH
- See Also:
-
REQUEST_URL_PATH
- See Also:
-
TOKEN_URL_PATH
- See Also:
-
V2_ONLY_AUTHENTICATE
- See Also:
-
-
Constructor Details
-
AuthenticatorConfiguration
public AuthenticatorConfiguration(com.typesafe.config.Config config) -
AuthenticatorConfiguration
-
AuthenticatorConfiguration
-
AuthenticatorConfiguration
@Deprecated public AuthenticatorConfiguration(String baseUrl, String requestUrlPath, String securityTokensUrlPath, Long timeToLive) Deprecated. -
AuthenticatorConfiguration
@Deprecated public AuthenticatorConfiguration(String baseUrl, String requestUrlPath, String securityTokensUrlPath, Long timeToLive, boolean v2OnlyAuthenticate) Deprecated.
-
-
Method Details
-
getTimeToLive
public long getTimeToLive() -
getRequestUrlPath
-
getSecurityTokensUrlPath
-
getBaseUrl
-
isV2OnlyAuthenticate
public boolean isV2OnlyAuthenticate()
-