Uses of Interface
net.officefloor.web.security.store.CredentialStore
Packages that use CredentialStore
-
Uses of CredentialStore in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme with parameters of type CredentialStoreModifier and TypeMethodDescriptionprotected HttpAccessControlFormHttpSecuritySource.authenticate(String userId, 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 CredentialStoreModifier and TypeClassDescriptionclassclassProvides mocking of aCredentialStorein a similar wayMockChallengeHttpSecuritySourceworks.classPassword file implementation ofCredentialStore.Methods in net.officefloor.web.security.store with parameters of type CredentialStoreModifier and TypeMethodDescriptionstatic HttpAccessControlCredentialStoreUtil.authenticate(String userId, String realm, byte[] credentials, String scheme, CredentialStore store) Convenience method to authenticate the user from theCredentialStore.