com.atlassian.crowd.integration.authentication
Class UserAuthenticationContext
java.lang.Object
com.atlassian.crowd.integration.authentication.AuthenticationContext
com.atlassian.crowd.integration.authentication.UserAuthenticationContext
- All Implemented Interfaces:
- Serializable
public class UserAuthenticationContext
- extends AuthenticationContext
- implements Serializable
Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility.
- See Also:
- Serialized Form
UserAuthenticationContext
public UserAuthenticationContext()
UserAuthenticationContext
public UserAuthenticationContext(String name,
PasswordCredential credential,
ValidationFactor[] validationFactors,
String application)
getApplication
public String getApplication()
- Gets the application name the authentication
request is for.
- Returns:
- The application name.
setApplication
public void setApplication(String application)
- Sets the application name the authentication
request is for.
- Parameters:
application - The application name.
equals
public boolean equals(Object o)
- Overrides:
equals in class AuthenticationContext
hashCode
public int hashCode()
- Overrides:
hashCode in class AuthenticationContext
toString
public String toString()
- Overrides:
toString in class AuthenticationContext
Copyright © 2012 Atlassian. All Rights Reserved.