com.atlassian.crowd.integration.authentication
Class ApplicationAuthenticationContext

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

public class ApplicationAuthenticationContext
extends AuthenticationContext

The ApplicationAuthenticationContext is used to authenticate Applications.

Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility.

See Also:
Serialized Form

Constructor Summary
ApplicationAuthenticationContext()
           
ApplicationAuthenticationContext(String name, PasswordCredential credential, ValidationFactor[] validationFactors)
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.integration.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 © 2013 Atlassian. All Rights Reserved.