Package | Description |
---|---|
org.alfresco.repo.security.authentication |
Modifier and Type | Class and Description |
---|---|
class |
TicketExpiredException |
Modifier and Type | Method and Description |
---|---|
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 |
TicketComponent.getNewTicket(String userName)
Register a new ticket
|
String |
InMemoryTicketComponentImpl.getNewTicket(String userName) |
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 |
TicketComponent.validateTicket(String ticket)
Check that a certificate is valid and can be used in place of a login.
|
String |
InMemoryTicketComponentImpl.validateTicket(String ticketString) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.