|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidTokenException | |
|---|---|
| com.atlassian.crowd.integration.http | |
| com.atlassian.crowd.integration.service.soap.client | |
| com.atlassian.crowd.integration.service.soap.server | |
| Uses of InvalidTokenException in com.atlassian.crowd.integration.http |
|---|
| Methods in com.atlassian.crowd.integration.http that throw InvalidTokenException | |
|---|---|
SOAPPrincipal |
HttpAuthenticator.getPrincipal(HttpServletRequest request)
Attempts to retrive the principal from the request. |
SOAPPrincipal |
HttpAuthenticatorImpl.getPrincipal(HttpServletRequest request)
Attempts to retrive the principal from the request. |
String |
HttpAuthenticator.getToken(HttpServletRequest request)
Retrieve the Crowd authentication token from the request either via: a request attribute (not request parameter), OR a cookie on the request |
String |
HttpAuthenticatorImpl.getToken(HttpServletRequest request)
Retrieve the Crowd authentication token from the request either via: a request attribute (not request parameter), OR a cookie on the request |
| Uses of InvalidTokenException in com.atlassian.crowd.integration.service.soap.client |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.client that throw InvalidTokenException | |
|---|---|
SOAPPrincipal |
SecurityServerClient.findPrincipalByToken(String key)
Finds a principal by token. |
SOAPPrincipal |
SecurityServerClientImpl.findPrincipalByToken(String key)
Finds a principal by token. |
| Uses of InvalidTokenException in com.atlassian.crowd.integration.service.soap.server |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.server that throw InvalidTokenException | |
|---|---|
SOAPPrincipal |
SecurityServer.findPrincipalByToken(AuthenticatedToken applicationToken,
String key)
Finds a principal by token. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||