Serialized Form
-
Package org.codice.ddf.security.handler
-
Class org.codice.ddf.security.handler.BaseAuthenticationToken
class BaseAuthenticationToken extends Object implements Serializable-
Serialized Fields
-
allowGuest
boolean allowGuest
-
credentials
Object credentials
Represents the credentials submitted by the user during the authentication process that verifies the submitted Principal account identity.Most application authentications are username/password based and have this object represent a submitted password.
Ultimately, the credentials Object is application specific and can represent any credential mechanism.
-
ip
String ip
-
principal
Object principal
Represents the account identity submitted during the authentication process.Most application authentications are username/password based and have this object represent a username. However, this can also represent the DN from an X509 certificate, or any other unique identifier.
Ultimately, the object is application specific and can represent any account identity (user id, X.509 certificate, etc).
-
requestURI
String requestURI
-
type
AuthenticationTokenType type
-
x509Certs
X509Certificate[] x509Certs
-
-
-
Class org.codice.ddf.security.handler.GuestAuthenticationToken
class GuestAuthenticationToken extends BaseAuthenticationToken implements Serializable -
Class org.codice.ddf.security.handler.OidcAuthenticationToken
class OidcAuthenticationToken extends BaseAuthenticationToken implements Serializable-
Serialized Fields
-
context
Object context
-
-
-
Class org.codice.ddf.security.handler.SAMLAuthenticationToken
class SAMLAuthenticationToken extends BaseAuthenticationToken implements Serializable -
Class org.codice.ddf.security.handler.SessionToken
class SessionToken extends BaseAuthenticationToken implements Serializable
-