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.