static net.sf.acegisecurity.Authentication |
AuthenticationUtil.getFullAuthentication() |
WARN: Advanced usage only.
Get the authentication for that was set by an real authentication.
|
static java.lang.String |
AuthenticationUtil.getFullyAuthenticatedUser() |
Get the fully authenticated user.
|
java.lang.String |
InMemoryTicketComponentImpl.getNewTicket(java.lang.String userName) |
|
java.lang.String |
TicketComponent.getNewTicket(java.lang.String userName) |
Register a new ticket
|
static net.sf.acegisecurity.Authentication |
AuthenticationUtil.getRunAsAuthentication() |
Get the current authentication for application of permissions.
|
static java.lang.String |
AuthenticationUtil.getRunAsUser() |
Get the user that is currently in effect for purposes of authentication.
|
java.lang.String |
InMemoryTicketComponentImpl.validateTicket(java.lang.String ticketString) |
|
java.lang.String |
TicketComponent.validateTicket(java.lang.String ticket) |
Check that a certificate is valid and can be used in place of a login.
|