|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.cams.auth.AuthenticationMethod
The AuthenticationMethod defines type safe constants used to identify
standardized methods for authenticating subjects. The "Security Assertion
Markup Language" 1.0 specifications:
http://www.oasis-open.org/committees/security/
define these standard/common "Authentication Method Identifiers".
| Field Summary | |
static AuthenticationMethod |
HARDWARETOKEN
hardware token. |
static AuthenticationMethod |
KERBEROS
kerberos. |
static AuthenticationMethod |
PASSWORD
Username/password authentication method. |
static AuthenticationMethod |
PGP
PGP Public Key. |
static AuthenticationMethod |
SECUREPASSWORD
secure remote password. |
static AuthenticationMethod |
SPKI
SPKI Public Key. |
static AuthenticationMethod |
SSLTLS
SSL/TLS Certificate-based client authentication. |
static AuthenticationMethod |
X509
X.509 Public Key. |
static AuthenticationMethod |
XKMS
XKMS Public Key. |
static AuthenticationMethod |
XMLDIGSIG
XML Digital Signature. |
| Constructor Summary | |
AuthenticationMethod(String authenticationMethod)
Create a new AuthenticationMethod object |
|
| Method Summary | |
String |
toString()
Get a String representation of the AuthenticationMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final AuthenticationMethod PASSWORD
public static final AuthenticationMethod SECUREPASSWORD
public static final AuthenticationMethod KERBEROS
public static final AuthenticationMethod HARDWARETOKEN
public static final AuthenticationMethod SSLTLS
public static final AuthenticationMethod X509
public static final AuthenticationMethod PGP
public static final AuthenticationMethod SPKI
public static final AuthenticationMethod XKMS
public static final AuthenticationMethod XMLDIGSIG
| Constructor Detail |
public AuthenticationMethod(String authenticationMethod)
authenticationMethod - the authentication method this object represents| Method Detail |
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||