Package is.galia.auth
package is.galia.auth
Contains authentication- and authorization-related classes.
Authentication
CredentialStore
can be used
for username/password authentication.
Authorization
The general usage pattern is to use an AuthorizerFactory
to instantiate an
Authorizer
, whose Authorizer.authorize()
method returns
an authorization result.
-
ClassDescriptionAuthorization info in HTTP context.Creates an instance that allows or denies a request.Creates an instance that is restrictive in some way—it may redirect to a scale-constrained version of an image, for example.Authorizes a request.