Package org.alfresco.repo.web.auth
-
Interface Summary Interface Description AuthenticationListener AuthenticationListener implementations can receive notifications of successful and unsuccessful authentication requests, made during web script, WebDav or Sharepoint requests.TenantAuthentication WebCredentials WebScriptCredentials interface. -
Class Summary Class Description BasicAuthCredentials WebCredentials
holding username and the md5 hash of the password.GuestCredentials WebCredentials
representing a guest user.KerberosCredentials WebCredentials
implementation for holding Kerberos credentials.NoopAuthenticationListener AuthenticationListener
that does nothing.TicketCredentials WebCredentials
class for holding Alfresco tickets.UnknownCredentials WebCredentials
where credentials are undetermined.