com.atlassian.crowd.integration.authentication
Class PrincipalAuthenticationContext

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

public class PrincipalAuthenticationContext
extends AuthenticationContext
implements Serializable

The PrincipalAuthenticationContext is used by authenticating principals.

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

Constructor Summary
PrincipalAuthenticationContext()
           
 
Method Summary
 String getApplication()
          Gets the application the authentication request is for.
 void setApplication(String application)
          Sets the application the authentication request is for.
 
Methods inherited from class com.atlassian.crowd.integration.authentication.AuthenticationContext
getCredential, getName, getValidationFactors, setCredential, setName, setValidationFactors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalAuthenticationContext

public PrincipalAuthenticationContext()
Method Detail

getApplication

public String getApplication()
Gets the application the authentication request is for.

Returns:
The application.

setApplication

public void setApplication(String application)
Sets the application the authentication request is for.

Parameters:
application - The application.


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.