Uses of Interface
org.jivesoftware.openfire.auth.AuthorizationMapping
-
Packages that use AuthorizationMapping Package Description org.jivesoftware.openfire.auth Authentication and Authorization service interfaces and classes.org.jivesoftware.openfire.ldap LDAP code for authentication and user profile information. -
-
Uses of AuthorizationMapping in org.jivesoftware.openfire.auth
Classes in org.jivesoftware.openfire.auth that implement AuthorizationMapping Modifier and Type Class Description class
DefaultAuthorizationMapping
This is the interface the used to provide default default authorization ID's when none was selected by the client. -
Uses of AuthorizationMapping in org.jivesoftware.openfire.ldap
Classes in org.jivesoftware.openfire.ldap that implement AuthorizationMapping Modifier and Type Class Description class
LdapAuthorizationMapping
Provider for authorization mapping using LDAP.
-