Wildfire 3.2.4 Javadoc

Package org.jivesoftware.wildfire.sasl

Interface Summary
AuthorizationPolicyProvider Provider interface for authorization policy.
AuthorizationProvider This is the interface the AuthorizationManager uses to conduct authorizations.
 

Class Summary
AbstractAuthorizationPolicy Provider for authorization policies.
AbstractAuthorizationProvider Provider for authorization.
AuthorizationManager Manages the AuthorizationProvider objects.
DefaultAuthorizationPolicy This policy will authorize any principal that matches exactly the full JID (REALM and server name must be the same if using GSSAPI) or any principal that matches exactly the username (without REALM or server name).
DefaultAuthorizationProvider Provider for authorization using the default storage database.
LazyAuthorizationPolicy 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.
 


Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.