Uses of Class
net.anotheria.portalkit.adminapi.api.auth.provider.AuthProviderType
-
Packages that use AuthProviderType Package Description net.anotheria.portalkit.adminapi.api.auth.provider net.anotheria.portalkit.adminapi.config -
-
Uses of AuthProviderType in net.anotheria.portalkit.adminapi.api.auth.provider
Methods in net.anotheria.portalkit.adminapi.api.auth.provider that return AuthProviderType Modifier and Type Method Description AuthProviderTypeASGAuthProvider. getProviderType()AuthProviderTypeAuthProvider. getProviderType()Returns type of auth providerAuthProviderTypeConfigAuthProvider. getProviderType()static AuthProviderTypeAuthProviderType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthProviderType[]AuthProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthProviderType in net.anotheria.portalkit.adminapi.config
Methods in net.anotheria.portalkit.adminapi.config that return AuthProviderType Modifier and Type Method Description AuthProviderTypeAdminAPIConfig. getAuthProvider()Methods in net.anotheria.portalkit.adminapi.config with parameters of type AuthProviderType Modifier and Type Method Description voidAdminAPIConfig. setAuthProvider(AuthProviderType authProviderType)
-