Uses of Class
org.alfresco.repo.security.authentication.NTLMMode
-
Packages that use NTLMMode Package Description org.alfresco.repo.security.authentication org.alfresco.repo.security.authentication.ntlm -
-
Uses of NTLMMode in org.alfresco.repo.security.authentication
Methods in org.alfresco.repo.security.authentication that return NTLMMode Modifier and Type Method Description NTLMModeAuthenticationComponentImpl. getNTLMMode()This implementation supported MD4 password hashes.NTLMModeChainingAuthenticationComponentImpl. getNTLMMode()Get the NTLM mode - this is only what is set if one of the implementations provides support for that mode.NTLMModeSimpleAcceptOrRejectAllAuthenticationComponentImpl. getNTLMMode()static NTLMModeNTLMMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NTLMMode[]NTLMMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.security.authentication with parameters of type NTLMMode Modifier and Type Method Description voidChainingAuthenticationComponentImpl. setNtlmMode(NTLMMode ntlmMode) -
Uses of NTLMMode in org.alfresco.repo.security.authentication.ntlm
Methods in org.alfresco.repo.security.authentication.ntlm that return NTLMMode Modifier and Type Method Description NTLMModeNLTMAuthenticator. getNTLMMode()Get the enum that describes NTLM integration.NTLMModeNTLMAuthenticationComponentImpl. getNTLMMode()Get the enum that describes NTLM integration
-