Uses of Enum Class
net.anotheria.portalkit.adminapi.api.auth.provider.AuthProviderType
Packages that use AuthProviderType
Package
Description
-
Uses of AuthProviderType in net.anotheria.portalkit.adminapi.api.auth.provider
Methods in net.anotheria.portalkit.adminapi.api.auth.provider that return AuthProviderTypeModifier and TypeMethodDescriptionASGAuthProvider.getProviderType()AuthProvider.getProviderType()Returns type of auth providerConfigAuthProvider.getProviderType()static AuthProviderTypeReturns the enum constant of this class with the specified name.static AuthProviderType[]AuthProviderType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthProviderType in net.anotheria.portalkit.adminapi.config
Methods in net.anotheria.portalkit.adminapi.config that return AuthProviderTypeMethods in net.anotheria.portalkit.adminapi.config with parameters of type AuthProviderTypeModifier and TypeMethodDescriptionvoidAdminAPIConfig.setAuthProvider(AuthProviderType authProviderType)