Uses of Interface
org.jivesoftware.openfire.auth.AuthorizationPolicy
-
Packages that use AuthorizationPolicy 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 AuthorizationPolicy in org.jivesoftware.openfire.auth
Classes in org.jivesoftware.openfire.auth that implement AuthorizationPolicy Modifier and Type Class Description class
DefaultAuthorizationPolicy
Different clients perform authentication differently, so this policy will authorize any principal to a requested user that match specific conditions that are considered secure defaults for most installations.Methods in org.jivesoftware.openfire.auth that return types with arguments of type AuthorizationPolicy Modifier and Type Method Description static Collection<AuthorizationPolicy>
AuthorizationManager. getAuthorizationPolicies()
Returns the currently-installed AuthorizationProvider. -
Uses of AuthorizationPolicy in org.jivesoftware.openfire.ldap
Classes in org.jivesoftware.openfire.ldap that implement AuthorizationPolicy Modifier and Type Class Description class
LdapAuthorizationPolicy
Provider for authorization using LDAP.
-