Uses of Interface
org.jivesoftware.openfire.auth.AuthorizationPolicy
Packages that use AuthorizationPolicy
Package
Description
Authentication and Authorization service interfaces and classes.
LDAP code for authentication and user profile information.
-
Uses of AuthorizationPolicy in org.jivesoftware.openfire.auth
Classes in org.jivesoftware.openfire.auth that implement AuthorizationPolicyModifier and TypeClassDescriptionclassDifferent clients perform authentication differently, so this policy will authorize any authentication identity, or 'principal' (identity whose password will be used) to a requested authorization identity (identity to act as) 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 AuthorizationPolicyModifier and TypeMethodDescriptionstatic 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 AuthorizationPolicyModifier and TypeClassDescriptionclassProvider for authorization using LDAP.