|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationProvider
public class NTLMAuthenticationProvider
NTLM Authentication Provider
Field Summary | |
---|---|
static java.lang.String |
NTLMAuthorityAdministrator
|
static java.lang.String |
NTLMAuthorityGuest
|
Constructor Summary | |
---|---|
NTLMAuthenticationProvider()
Class constructor |
Method Summary | |
---|---|
boolean |
allowsGuest()
Determine if guest logons are allowed |
net.sf.acegisecurity.Authentication |
authenticate(net.sf.acegisecurity.Authentication auth)
Authenticate a user |
void |
setDomain(java.lang.String domain)
Set the domain to authenticate against |
void |
setGuestAccess(java.lang.String guest)
Allow guest access |
void |
setJCEProvider(java.lang.String providerClass)
Set the JCE provider |
void |
setServers(java.lang.String servers)
Set the server(s) to authenticate against |
void |
setSessionTimeout(java.lang.String sessTmo)
Set the authentication session timeout, in seconds |
void |
setUseLocalServer(java.lang.String useLocal)
Use the local server as the authentication server |
boolean |
supports(java.lang.Class authentication)
Determine if this provider supports the specified authentication token |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NTLMAuthorityGuest
public static final java.lang.String NTLMAuthorityAdministrator
Constructor Detail |
---|
public NTLMAuthenticationProvider()
Method Detail |
---|
public net.sf.acegisecurity.Authentication authenticate(net.sf.acegisecurity.Authentication auth) throws net.sf.acegisecurity.AuthenticationException
authenticate
in interface net.sf.acegisecurity.providers.AuthenticationProvider
auth
- Authentication
net.sf.acegisecurity.AuthenticationException
public boolean supports(java.lang.Class authentication)
supports
in interface net.sf.acegisecurity.providers.AuthenticationProvider
authentication
- Classpublic final boolean allowsGuest()
public final void setDomain(java.lang.String domain)
domain
- Stringpublic final void setServers(java.lang.String servers)
servers
- Stringpublic final void setUseLocalServer(java.lang.String useLocal)
useLocal
- Stringpublic final void setGuestAccess(java.lang.String guest)
guest
- Stringpublic final void setJCEProvider(java.lang.String providerClass)
providerClass
- Stringpublic final void setSessionTimeout(java.lang.String sessTmo)
sessTmo
- String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |