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