Uses of Interface
org.jivesoftware.openfire.auth.AuthProvider
Packages that use AuthProvider
Package
Description
Authentication and Authorization service interfaces and classes.
LDAP code for authentication and user profile information.
-
Uses of AuthProvider in org.jivesoftware.openfire.auth
Classes in org.jivesoftware.openfire.auth that implement AuthProviderModifier and TypeClassDescriptionclassDefault AuthProvider implementation.classThe hybrid auth provider allows up to three AuthProvider implementations to be strung together to do chained authentication checking.classThe JDBC auth provider allows you to authenticate users against any database that you can connect to with JDBC.classAAuthProviderthat delegates to a user-specific AuthProvider.classAuthenticates using the native operating system authentication method.classAn AuthProvider that authenticates using a POP3 server.Fields in org.jivesoftware.openfire.auth declared as AuthProviderModifier and TypeFieldDescriptionprotected final AuthProviderAuthorizationBasedAuthProviderMapper.adminProviderServes the administrative users.protected AuthProviderPropertyBasedAuthProviderMapper.fallbackProviderprotected final AuthProviderAuthorizationBasedAuthProviderMapper.userProviderServes the regular, non-administrative users.Fields in org.jivesoftware.openfire.auth with type parameters of type AuthProviderModifier and TypeFieldDescriptionprotected final Map<String,AuthProvider> PropertyBasedAuthProviderMapper.providersByPrefixMethods in org.jivesoftware.openfire.auth that return AuthProviderModifier and TypeMethodDescriptionstatic AuthProviderAuthFactory.getAuthProvider()Deprecated.Prefer using the corresponding factory method, rather than invoking methods on the provider directlyAuthorizationBasedAuthProviderMapper.getAuthProvider(String username) AuthProviderMapper.getAuthProvider(String username) Finds a suitable AuthProvider for the user.PropertyBasedAuthProviderMapper.getAuthProvider(String username) protected static AuthProviderAuthorizationBasedAuthProviderMapper.instantiateProvider(String propertyName) protected static AuthProviderPropertyBasedAuthProviderMapper.instantiateProvider(String propertyName) Methods in org.jivesoftware.openfire.auth that return types with arguments of type AuthProviderModifier and TypeMethodDescriptionAuthorizationBasedAuthProviderMapper.getAuthProviders()AuthProviderMapper.getAuthProviders()Returns all providers that are used by this instance.PropertyBasedAuthProviderMapper.getAuthProviders()Method parameters in org.jivesoftware.openfire.auth with type arguments of type AuthProviderModifier and TypeMethodDescriptionstatic booleanAuthFactory.isProviderHybridInstanceOf(Class<? extends AuthProvider> clazz) Indicates if the currently-installed AuthProvider is the HybridAuthProvider supporting a specific class. -
Uses of AuthProvider in org.jivesoftware.openfire.crowd
Classes in org.jivesoftware.openfire.crowd that implement AuthProvider -
Uses of AuthProvider in org.jivesoftware.openfire.ldap
Classes in org.jivesoftware.openfire.ldap that implement AuthProviderModifier and TypeClassDescriptionclassImplementation of auth provider interface for LDAP authentication service plug-in.