com.atlassian.crowd.model.authentication
Class ApplicationAuthenticationContext

java.lang.Object
  extended by com.atlassian.crowd.model.authentication.AuthenticationContext
      extended by com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext
All Implemented Interfaces:
Serializable

public class ApplicationAuthenticationContext
extends AuthenticationContext

The ApplicationAuthenticationContext is used by authenticating applications.

Version:
1.0
Author:
Justen Stepka
See Also:
Serialized Form

Constructor Summary
ApplicationAuthenticationContext()
           
ApplicationAuthenticationContext(String name, PasswordCredential credential, ValidationFactor[] validationFactors)
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.model.authentication.AuthenticationContext
equals, getCredential, getName, getValidationFactors, hashCode, setCredential, setName, setValidationFactors, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationAuthenticationContext

public ApplicationAuthenticationContext()

ApplicationAuthenticationContext

public ApplicationAuthenticationContext(String name,
                                        PasswordCredential credential,
                                        ValidationFactor[] validationFactors)


Copyright © 2012 Atlassian. All Rights Reserved.