Uses of Interface
net.officefloor.web.security.store.CredentialStore
-
Packages that use CredentialStore Package Description net.officefloor.web.security.scheme net.officefloor.web.security.store -
-
Uses of CredentialStore in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme with parameters of type CredentialStore Modifier and Type Method Description protected HttpAccessControl
FormHttpSecuritySource. authenticate(java.lang.String userId, java.lang.String realm, byte[] password, CredentialStore store)
Undertakes the authentication. -
Uses of CredentialStore in net.officefloor.web.security.store
Classes in net.officefloor.web.security.store that implement CredentialStore Modifier and Type Class Description class
JndiLdapCredentialStore
CredentialStore
forDirContext
.class
MockCredentialStoreManagedObjectSource
Provides mocking of aCredentialStore
in a similar wayMockChallengeHttpSecuritySource
works.class
PasswordFileCredentialStore
Password file implementation ofCredentialStore
.Methods in net.officefloor.web.security.store with parameters of type CredentialStore Modifier and Type Method Description static HttpAccessControl
CredentialStoreUtil. authenticate(java.lang.String userId, java.lang.String realm, byte[] credentials, java.lang.String scheme, CredentialStore store)
Convenience method to authenticate the user from theCredentialStore
.
-