|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UserAuthenticationContext in com.atlassian.crowd.integration.http |
|---|
| Methods in com.atlassian.crowd.integration.http that return UserAuthenticationContext | |
|---|---|
UserAuthenticationContext |
HttpAuthenticatorImpl.getPrincipalAuthenticationContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String username,
java.lang.String password)
Generate a PrincipalAuthenticationContext object containing the provided username and password, and validation factors from the the request. |
UserAuthenticationContext |
HttpAuthenticator.getPrincipalAuthenticationContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String username,
java.lang.String password)
Generate a PrincipalAuthenticationContext object containing the provided username and password, and validation factors from the the request. |
| Uses of UserAuthenticationContext in com.atlassian.crowd.integration.http.util |
|---|
| Methods in com.atlassian.crowd.integration.http.util that return UserAuthenticationContext | |
|---|---|
UserAuthenticationContext |
CrowdHttpTokenHelperImpl.getUserAuthenticationContext(javax.servlet.http.HttpServletRequest request,
java.lang.String username,
java.lang.String password,
ClientProperties clientProperties)
|
UserAuthenticationContext |
CrowdHttpTokenHelper.getUserAuthenticationContext(javax.servlet.http.HttpServletRequest request,
java.lang.String username,
java.lang.String password,
ClientProperties clientProperties)
Returns the user authentication context from a request. |
| Uses of UserAuthenticationContext in com.atlassian.crowd.integration.rest.entity |
|---|
| Methods in com.atlassian.crowd.integration.rest.entity with parameters of type UserAuthenticationContext | |
|---|---|
static AuthenticationContextEntity |
AuthenticationContextEntity.newInstance(UserAuthenticationContext uac)
|
| Uses of UserAuthenticationContext in com.atlassian.crowd.integration.rest.service |
|---|
| Methods in com.atlassian.crowd.integration.rest.service with parameters of type UserAuthenticationContext | |
|---|---|
java.lang.String |
RestCrowdClient.authenticateSSOUser(UserAuthenticationContext userAuthenticationContext)
|
java.lang.String |
RestCrowdClient.authenticateSSOUserWithoutValidatingPassword(UserAuthenticationContext userAuthenticationContext)
|
| Uses of UserAuthenticationContext in com.atlassian.crowd.manager.authentication |
|---|
| Methods in com.atlassian.crowd.manager.authentication with parameters of type UserAuthenticationContext | |
|---|---|
Token |
TokenAuthenticationManagerImpl.authenticateUser(UserAuthenticationContext authenticateContext)
|
Token |
TokenAuthenticationManager.authenticateUser(UserAuthenticationContext authenticateContext)
Authenticates a user and and generates an authentication token. |
Token |
AliasingAwareTokenAuthenticationManager.authenticateUser(UserAuthenticationContext authenticateContext)
|
Token |
TokenAuthenticationManagerImpl.authenticateUser(UserAuthenticationContext authenticationContext,
boolean validatePassword,
boolean ignoreCache)
|
Token |
TokenAuthenticationManagerImpl.authenticateUserWithoutValidatingPassword(UserAuthenticationContext authenticateContext)
|
Token |
TokenAuthenticationManager.authenticateUserWithoutValidatingPassword(UserAuthenticationContext authenticateContext)
Feigns the authentication process for a user and creates a token for the authentication without validating the password. |
Token |
AliasingAwareTokenAuthenticationManager.authenticateUserWithoutValidatingPassword(UserAuthenticationContext authenticateContext)
|
| Uses of UserAuthenticationContext in com.atlassian.crowd.service |
|---|
| Methods in com.atlassian.crowd.service with parameters of type UserAuthenticationContext | |
|---|---|
java.lang.String |
AuthenticationManager.authenticate(UserAuthenticationContext authenticationContext)
Authenticate a user. |
java.lang.String |
AuthenticationManager.authenticateWithoutValidatingPassword(UserAuthenticationContext authenticationContext)
Authenticate a user without validating their password. |
| Uses of UserAuthenticationContext in com.atlassian.crowd.service.cache |
|---|
| Methods in com.atlassian.crowd.service.cache with parameters of type UserAuthenticationContext | |
|---|---|
java.lang.String |
SimpleAuthenticationManager.authenticate(UserAuthenticationContext authenticationContext)
|
java.lang.String |
CacheAwareAuthenticationManager.authenticate(UserAuthenticationContext authenticationContext)
|
java.lang.String |
SimpleAuthenticationManager.authenticateWithoutValidatingPassword(UserAuthenticationContext authenticationContext)
|
java.lang.String |
CacheAwareAuthenticationManager.authenticateWithoutValidatingPassword(UserAuthenticationContext authenticationContext)
|
| Uses of UserAuthenticationContext in com.atlassian.crowd.service.client |
|---|
| Methods in com.atlassian.crowd.service.client with parameters of type UserAuthenticationContext | |
|---|---|
java.lang.String |
CrowdClient.authenticateSSOUser(UserAuthenticationContext userAuthenticationContext)
Authenticates a Single-Sign-On (SSO) User. |
java.lang.String |
CrowdClient.authenticateSSOUserWithoutValidatingPassword(UserAuthenticationContext userAuthenticationContext)
Authenticates a Single-Sign-On (SSO) User without validating password. |
| Uses of UserAuthenticationContext in com.atlassian.crowd.service.soap.client |
|---|
| Methods in com.atlassian.crowd.service.soap.client with parameters of type UserAuthenticationContext | |
|---|---|
java.lang.String |
SecurityServerClientImpl.authenticatePrincipal(UserAuthenticationContext userAuthenticationContext)
Authenticates a principal verses the calling who is in the application's assigned directory. |
java.lang.String |
SecurityServerClient.authenticatePrincipal(UserAuthenticationContext userAuthenticationContext)
Authenticates a principal who is in the application's assigned directory. |
| Uses of UserAuthenticationContext in com.atlassian.crowd.util |
|---|
| Methods in com.atlassian.crowd.util that return UserAuthenticationContext | |
|---|---|
static UserAuthenticationContext |
SoapObjectTranslator.fromSoapUserAuthenticationContext(UserAuthenticationContext context)
Converts from SOAP version of UserAuthenticationContext. |
| Methods in com.atlassian.crowd.util with parameters of type UserAuthenticationContext | |
|---|---|
static UserAuthenticationContext |
SoapObjectTranslator.toSoapUserAuthenticationContext(UserAuthenticationContext context)
Converts to SOAP version of UserAuthenticationContext. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||