com.eruces.teagent.TEAuthenticationType
The TEAuthenticationType class indicates the type of authentication in use.
Authentication type - type safe enum.
Static Public Attributes
| Type | Name | Description |
|---|---|---|
| final TEAuthenticationType | USERANDPASSWORD | The USERANDPASSWORD field indicates that ERUCES Native username and password authentication with SRP is in use. |
| final TEAuthenticationType | LDAP | The LDAP field indicates that username and password authentication with LDAP is in use. |
| final TEAuthenticationType | COOKIE | The COOKIE field indicates that Token authentication is in use. |
| final TEAuthenticationType | SSLM | The SSLM field indicates that TLS mutual authentication or PKCS -12 authentication is in use. |
| final TEAuthenticationType | KERBEROS | The KERBEROS field indicates that Kerberos (Windows) authentication is in use. |
| final TEAuthenticationType | PKCS11 | The PKCS -11 field indicates that USB Token/Smartcard authentication is in use. |