| Package | com.adobe.idp.um.spi.authentication |
| Interface | public interface AuthScheme |
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.
| Constant | Defined 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 | ||
| AUTHTYPE_ANONYMOUS | Constant |
public static final AUTHTYPE_ANONYMOUSThe constant value that indicates anonymous access is requested.
| AUTHTYPE_CERTIFICATE | Constant |
public static final AUTHTYPE_CERTIFICATEThe constant value that indicates certificate authentication should be performed.
| AUTHTYPE_KERBEROS | Constant |
public static final AUTHTYPE_KERBEROSThe constant value that indicates Kerberos authentication should be performed.
| AUTHTYPE_USERNAME_PWD | Constant |
public static final AUTHTYPE_USERNAME_PWDThe constant value that indicates user name and password authentication should be performed.
| THIRDPARTY_SSO_TYPE | Constant |
public static final THIRDPARTY_SSO_TYPEThe constant value that indicates third party single sign-on should be performed.
| UNKNOWN_TYPE | Constant |
public static final UNKNOWN_TYPEThe 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