|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationMethod | |
|---|---|
| com.cafesoft.cams.auth | Cams authentication service support. |
| Uses of AuthenticationMethod in com.cafesoft.cams.auth |
|---|
| Fields in com.cafesoft.cams.auth declared as AuthenticationMethod | |
|---|---|
static AuthenticationMethod |
AuthenticationMethod.CAMS_AESO_LOGIN
The authentication was performed by means of a Cams Automatic Enterprise Sign-On (AES0). |
static AuthenticationMethod |
AuthenticationMethod.CAMS_AUTO_LOGIN
The authentication was performed by means of a Cams Auto Authentication Token. |
static AuthenticationMethod |
AuthenticationMethod.HARDWARETOKEN
The authentication was performed using some (unspecified) hardware token. |
static AuthenticationMethod |
AuthenticationMethod.KERBEROS
The authentication was performed by means of the Kerberos protocol [RFC 1510], an instantiation of the Needham-Schroeder symmetric key authentication mechanism [Needham78]. |
static AuthenticationMethod |
AuthenticationMethod.PASSWORD
The authentication was performed by means of a password. |
static AuthenticationMethod |
AuthenticationMethod.PGP
The authentication was performed by some (unspecified) mechanism on a key authenticated by means of a PGP web of trust [PGP]. |
static AuthenticationMethod |
AuthenticationMethod.SECUREPASSWORD
The authentication was performed by means of Secure Remote Password protocol as specified in [RFC 2945]. |
static AuthenticationMethod |
AuthenticationMethod.SPKI
The authentication was performed by some (unspecified) mechanism on a key authenticated by means of a SPKI PKI [SPKI]. |
static AuthenticationMethod |
AuthenticationMethod.SSLTLS
The authentication was performed using either the SSL or TLS protocol with certificate-based client authentication. |
static AuthenticationMethod |
AuthenticationMethod.X509
The authentication was performed by some (unspecified) mechanism on a key authenticated by means of an X.509 PKI [X.500][PKIX]. |
static AuthenticationMethod |
AuthenticationMethod.XKMS
The authentication was performed by some (unspecified) mechanism on a key authenticated by means of a XKMS trust service [XKMS]. |
static AuthenticationMethod |
AuthenticationMethod.XMLDIGSIG
The authentication was performed by means of an XML digital signature [RFC 3075]. |
| Methods in com.cafesoft.cams.auth that return AuthenticationMethod | |
|---|---|
static AuthenticationMethod |
AuthenticationMethod.getInstanceById(String identifier)
Convienence method that allows an object to get an AuthenticationMethod object by it's identifier. |
static AuthenticationMethod |
AuthenticationMethod.getInstanceByName(String name)
Convienence method that allows an object to get an AuthenticationMethod object by it's name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||