Package com.adobe.idp.um.spi.authentication
Interfacepublic interface AuthScheme

The AuthScheme interface defines the valid authentication schemes for User Management. User Management includes the authentication scheme in calls to the authentication service provider. The specified scheme enables authentication service providers to decide how to process the given user credentials.

Implementations of AuthProvider support only user name and password authentication and only need to be aware of the AUTHTYPE_USERNAME_PWD scheme.



Public Constants
 ConstantDefined by
  AUTHTYPE_ANONYMOUS
[static] The constant value that indicates anonymous access is requested.
AuthScheme
  AUTHTYPE_CERTIFICATE
[static] The constant value that indicates certificate authentication should be performed.
AuthScheme
  AUTHTYPE_KERBEROS
[static] The constant value that indicates Kerberos authentication should be performed.
AuthScheme
  AUTHTYPE_USERNAME_PWD
[static] The constant value that indicates user name and password authentication should be performed.
AuthScheme
  THIRDPARTY_SSO_TYPE
[static] The constant value that indicates third party single sign-on should be performed.
AuthScheme
  UNKNOWN_TYPE
[static] The constant value that indicates the authentication scheme is not known.
AuthScheme
Constant Detail
AUTHTYPE_ANONYMOUSConstant
public static final AUTHTYPE_ANONYMOUS

The constant value that indicates anonymous access is requested.

AUTHTYPE_CERTIFICATEConstant 
public static final AUTHTYPE_CERTIFICATE

The constant value that indicates certificate authentication should be performed.

AUTHTYPE_KERBEROSConstant 
public static final AUTHTYPE_KERBEROS

The constant value that indicates Kerberos authentication should be performed.

AUTHTYPE_USERNAME_PWDConstant 
public static final AUTHTYPE_USERNAME_PWD

The constant value that indicates user name and password authentication should be performed.

THIRDPARTY_SSO_TYPEConstant 
public static final THIRDPARTY_SSO_TYPE

The constant value that indicates third party single sign-on should be performed.

UNKNOWN_TYPEConstant 
public static final UNKNOWN_TYPE

The constant value that indicates the authentication scheme is not known.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/um/spi/authentication/AuthScheme.html