Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
UserShell.getAuthToken()
Any
AuthenticationToken granted; |
Modifier and Type | Method and Description |
---|---|
void |
UserShell.setAuthToken(AuthenticationToken authToken) |
Modifier and Type | Method and Description |
---|---|
protected S |
AbstractUserLoginForm.setSessionFromUserDetails(R user,
AuthenticationToken authToken)
Chance to replace the Session Object itself
|
Modifier and Type | Method and Description |
---|---|
protected T |
AbstractLoginForm.setSessionFromUserDetails(U user,
AuthenticationToken authToken)
Chance to replace the Session Object itself
|
Modifier and Type | Method and Description |
---|---|
default S |
ShiftService.start(V venue,
P place,
AuthenticationToken authToken,
String shiftDisplayName) |
S |
ShiftService.start(V venue,
P place,
AuthenticationToken authToken,
String shiftDisplayName,
String metaJSON)
Start a Shift @ a Venue NOW
|
Modifier and Type | Interface and Description |
---|---|
interface |
UnTurstedAuthenticationToken
Post Authentication, the result is an
UnTurstedAuthenticationToken .It carries details of codes that do not reveal information about the user but just enough to allow the API using this token to grant any further access or deny it. |
interface |
UpdatableAuthenticationToken
Typically an
AuthenticationToken is to be consumed in a read only fashion,
but certain API Calls may request the ability to override the state. |
Modifier and Type | Class and Description |
---|---|
class |
BasicUnTrustedAuthenticationToken
Default imp for
UnTurstedAuthenticationToken |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthenticationToken
Basic impl for
AuthenticationToken |
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
Authenticator.authenticate(Principal principal) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationToken |
SpringInterceptorSecurityFilter.getAuthToken()
Access ThreadLocal
|
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
IBasicSession.getAuthToken() |
Modifier and Type | Method and Description |
---|---|
void |
IBasicSession.setAuthToken(AuthenticationToken authToken) |
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
BasicSession.getAuthToken() |
Modifier and Type | Method and Description |
---|---|
void |
BasicSession.setAuthToken(AuthenticationToken authToken) |
Modifier and Type | Method and Description |
---|---|
protected T |
AdminLoginForm.setSessionFromUserDetails(User user,
AuthenticationToken authToken) |
Modifier and Type | Method and Description |
---|---|
abstract S |
AbstractSessionAuthService.setSessionFromUserDetails(U user,
AuthenticationToken authToken)
Chance to replace the Session Object itself
|
S |
WicketBasicSessionAuthService.setSessionFromUserDetails(U user,
AuthenticationToken authToken)
Chance to replace the Session Object itself
|
Copyright © 2018. All rights reserved.