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 HttpAccessControlFormHttpSecuritySource. 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 classJndiLdapCredentialStoreCredentialStoreforDirContext.classMockCredentialStoreManagedObjectSourceProvides mocking of aCredentialStorein a similar wayMockChallengeHttpSecuritySourceworks.classPasswordFileCredentialStorePassword file implementation ofCredentialStore.Methods in net.officefloor.web.security.store with parameters of type CredentialStore Modifier and Type Method Description static HttpAccessControlCredentialStoreUtil. 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.
-