com.atlassian.crowd.integration.authentication
Class PrincipalAuthenticationContext
java.lang.Object
com.atlassian.crowd.integration.authentication.AuthenticationContext
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrincipalAuthenticationContext
public PrincipalAuthenticationContext()
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.