Uses of Interface
org.jivesoftware.openfire.auth.AuthProviderMapper
-
Packages that use AuthProviderMapper Package Description org.jivesoftware.openfire.auth Authentication and Authorization service interfaces and classes. -
-
Uses of AuthProviderMapper in org.jivesoftware.openfire.auth
Classes in org.jivesoftware.openfire.auth that implement AuthProviderMapper Modifier and Type Class Description class
AuthorizationBasedAuthProviderMapper
AAuthProviderMapper
that can be used to draw administrative users from another source than the regular, non- administrative users.class
PropertyBasedAuthProviderMapper
AAuthProviderMapper
that can be used to draw some users from another source than the other users.Fields in org.jivesoftware.openfire.auth declared as AuthProviderMapper Modifier and Type Field Description protected AuthProviderMapper
MappedAuthProvider. mapper
Used to determine what provider is to be used to operate on a particular user.
-