|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ValidationFactor in com.atlassian.crowd.integration.authentication |
|---|
| Methods in com.atlassian.crowd.integration.authentication that return ValidationFactor | |
|---|---|
ValidationFactor[] |
AuthenticationContext.getValidationFactors()
Gets the authenticating validation factors. |
| Methods in com.atlassian.crowd.integration.authentication with parameters of type ValidationFactor | |
|---|---|
void |
AuthenticationContext.setValidationFactors(ValidationFactor[] validationFactors)
Sets the autenticating validation factors. |
| Uses of ValidationFactor in com.atlassian.crowd.integration.http |
|---|
| Methods in com.atlassian.crowd.integration.http that return ValidationFactor | |
|---|---|
ValidationFactor[] |
HttpAuthenticator.getValidationFactors(HttpServletRequest request)
Retrieves validation factors from the request: User Agent: the User-Agent HTTP header. Remote Address: the source IP address of the HTTP request. Original Address: the X-Forwarded-For HTTP header (if present and distinct from the Remote Address). |
ValidationFactor[] |
HttpAuthenticatorImpl.getValidationFactors(HttpServletRequest request)
Retrieves validation factors from the request: User Agent: the User-Agent HTTP header. Remote Address: the source IP address of the HTTP request. Original Address: the X-Forwarded-For HTTP header (if present and distinct from the Remote Address). |
| Methods in com.atlassian.crowd.integration.http with parameters of type ValidationFactor | |
|---|---|
String |
HttpAuthenticator.verifyAuthentication(String username,
String password,
ValidationFactor[] validationFactors)
Verifies the authentication of a principal's username/password, given a set of validation factors. |
String |
HttpAuthenticatorImpl.verifyAuthentication(String username,
String password,
ValidationFactor[] validationFactors)
Verifies the authentication of a principal's username/password, given a set of validation factors. |
| Uses of ValidationFactor in com.atlassian.crowd.integration.service.soap.client |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type ValidationFactor | |
|---|---|
String |
SecurityServerClient.createPrincipalToken(String username,
ValidationFactor[] validationFactors)
Authenticates a principal without validating a password. |
String |
SecurityServerClientImpl.createPrincipalToken(String username,
ValidationFactor[] validationFactors)
Authenticates a principal without validating a password. |
boolean |
SecurityServerClient.isValidToken(String principalToken,
ValidationFactor[] validationFactors)
Checks if the principal's current token is still valid. |
boolean |
SecurityServerClientImpl.isValidToken(String principalToken,
ValidationFactor[] validationFactors)
Checks if the principal's current token is still valid. |
| Uses of ValidationFactor in com.atlassian.crowd.integration.service.soap.server |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type ValidationFactor | |
|---|---|
String |
SecurityServer.createPrincipalToken(AuthenticatedToken authenticationContext,
String username,
ValidationFactor[] validationFactors)
Authenticates a principal without validating a password. |
boolean |
SecurityServer.isValidPrincipalToken(AuthenticatedToken applicationToken,
String principalToken,
ValidationFactor[] validationFactors)
Checks if the principal's current token is still valid. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||