com.atlassian.crowd.integration.springsecurity
Class CrowdSSOAuthenticationDetails

java.lang.Object
  extended by com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationDetails
All Implemented Interfaces:
Serializable

public class CrowdSSOAuthenticationDetails
extends Object
implements Serializable

The authentication details for an AuthenticationToken. This consists of:

  1. applicationName: name of the Crowd "application" to authenticate against
  2. validationFactors: array of request validation factors like remote IP, user-agent, etc.

See Also:
Serialized Form

Constructor Summary
CrowdSSOAuthenticationDetails(String applicationName, ValidationFactor[] validationFactors)
           
 
Method Summary
 boolean equals(Object o)
           
 String getApplicationName()
           
 ValidationFactor[] getValidationFactors()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdSSOAuthenticationDetails

public CrowdSSOAuthenticationDetails(String applicationName,
                                     ValidationFactor[] validationFactors)
Method Detail

getApplicationName

public String getApplicationName()

getValidationFactors

public ValidationFactor[] getValidationFactors()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Atlassian. All Rights Reserved.