Class Summary |
AbstractAuthorizationProvider |
Provider for authorization. |
AuthorizationManager |
Manages the AuthorizationProvider objects. |
GSSAPIAuthorizationProvider |
Provider for gsaapi authorization using one of the 3 policy states. |
LooseAuthorizationPolicy |
This policy will authorize any principal who's username matches exactly
the username of the JID. |
StrictAuthorizationPolicy |
This policy will authorize any principal who:
Username of principal matches exactly the username of the JID
The user principal's realm matches exactly the realm of the server.
Note that the realm may not match the servername, and in fact for this
policy to be useful it will not match the servername. |
UnixK5LoginProvider |
Provider for authorization. |