Class DigestAuthenticatorService
java.lang.Object
io.meeds.web.security.authenticator.DigestAuthenticatorService
-
Constructor Summary
ConstructorsConstructorDescriptionDigestAuthenticatorService(SecureRandomService secureRandomService, org.exoplatform.services.cache.CacheService cacheService, org.exoplatform.services.security.Authenticator authenticator, CodecInitializer encrypter, org.exoplatform.container.xml.InitParams initParams) -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.services.security.IdentitycreateIdentity(String userName) generatePassword(String userName) protected StringvalidateUser(String userName, String clientDigest, String nonce, String nc, String cnonce, String qop, String realm, String digestA2, String algorithm)
-
Constructor Details
-
DigestAuthenticatorService
public DigestAuthenticatorService(SecureRandomService secureRandomService, org.exoplatform.services.cache.CacheService cacheService, org.exoplatform.services.security.Authenticator authenticator, CodecInitializer encrypter, org.exoplatform.container.xml.InitParams initParams)
-
-
Method Details
-
createIdentity
-
generatePassword
-
validateUser
-
getDigest
-