Uses of Interface
org.jivesoftware.openfire.auth.AuthProvider
-
Packages that use AuthProvider Package Description org.jivesoftware.openfire.auth Authentication and Authorization service interfaces and classes.org.jivesoftware.openfire.crowd org.jivesoftware.openfire.ldap LDAP code for authentication and user profile information. -
-
Uses of AuthProvider in org.jivesoftware.openfire.auth
Classes in org.jivesoftware.openfire.auth that implement AuthProvider Modifier and Type Class Description classDefaultAuthProviderDefault AuthProvider implementation.classHybridAuthProviderThe hybrid auth provider allows up to three AuthProvider implementations to be strung together to do chained authentication checking.classJDBCAuthProviderThe JDBC auth provider allows you to authenticate users against any database that you can connect to with JDBC.classMappedAuthProviderAAuthProviderthat delegates to a user-specific AuthProvider.classNativeAuthProviderAuthenticates using the native operating system authentication method.classPOP3AuthProviderAn AuthProvider that authenticates using a POP3 server.Fields in org.jivesoftware.openfire.auth declared as AuthProvider Modifier and Type Field Description protected AuthProviderAuthorizationBasedAuthProviderMapper. adminProviderServes the administrative users.protected AuthProviderPropertyBasedAuthProviderMapper. fallbackProviderprotected AuthProviderAuthorizationBasedAuthProviderMapper. userProviderServes the regular, non-administrative users.Fields in org.jivesoftware.openfire.auth with type parameters of type AuthProvider Modifier and Type Field Description protected Map<String,AuthProvider>PropertyBasedAuthProviderMapper. providersByPrefixMethods in org.jivesoftware.openfire.auth that return AuthProvider Modifier and Type Method Description static AuthProviderAuthFactory. getAuthProvider()Deprecated.Prefer using the corresponding factory method, rather than invoking methods on the provider directlyAuthProviderAuthorizationBasedAuthProviderMapper. getAuthProvider(String username)AuthProviderAuthProviderMapper. getAuthProvider(String username)Finds a suitable AuthProvider for the user.AuthProviderPropertyBasedAuthProviderMapper. 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 AuthProvider Modifier and Type Method Description Set<AuthProvider>AuthorizationBasedAuthProviderMapper. getAuthProviders()Set<AuthProvider>AuthProviderMapper. getAuthProviders()Returns all providers that are used by this instance.Set<AuthProvider>PropertyBasedAuthProviderMapper. getAuthProviders()Method parameters in org.jivesoftware.openfire.auth with type arguments of type AuthProvider Modifier and Type Method Description static 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 Modifier and Type Class Description classCrowdAuthProviderAuth provider for Atlassian Crowd -
Uses of AuthProvider in org.jivesoftware.openfire.ldap
Classes in org.jivesoftware.openfire.ldap that implement AuthProvider Modifier and Type Class Description classLdapAuthProviderImplementation of auth provider interface for LDAP authentication service plug-in.
-