Uses of Interface
is.galia.auth.CredentialStore
Packages that use CredentialStore
-
Uses of CredentialStore in is.galia.resource
Methods in is.galia.resource with parameters of type CredentialStoreModifier and TypeMethodDescriptionprotected final void
AbstractResource.authenticateUsingBasic
(String realm, CredentialStore credentialStore) Checks theAuthorization
header for credentials that exist in the givenCredentialStore
.