public class

AuthenticationDetails

extends Object
implements Serializable
java.lang.Object
   ↳ org.springframework.security.authentication.AuthenticationDetails
Known Direct Subclasses

Class Overview

A holder of the context as a string.

Summary

Public Constructors
AuthenticationDetails(Object context)
Constructor.
Public Methods
boolean equals(Object obj)
String getContext()
Indicates the context.
String toString()
Protected Methods
void doPopulateAdditionalInformation(Object context)
Provided so that subclasses can populate additional information.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AuthenticationDetails (Object context)

Constructor.

Parameters
context that the authentication request is initiated from

Public Methods

public boolean equals (Object obj)

public String getContext ()

Indicates the context.

Returns
  • the context

public String toString ()

Protected Methods

protected void doPopulateAdditionalInformation (Object context)

Provided so that subclasses can populate additional information.

Parameters
context the existing contextual information