Uses of Class
org.alfresco.repo.security.authentication.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in org.alfresco.repo.security.authentication
Subclasses of AuthenticationException in org.alfresco.repo.security.authenticationMethods in org.alfresco.repo.security.authentication that throw AuthenticationExceptionModifier and TypeMethodDescriptionstatic 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.InMemoryTicketComponentImpl.getNewTicket
(String userName) TicketComponent.getNewTicket
(String userName) Register a new ticketstatic 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.InMemoryTicketComponentImpl.validateTicket
(String ticketString) TicketComponent.validateTicket
(String ticket) Check that a certificate is valid and can be used in place of a login.