Uses of Enum Class
org.craftercms.studio.model.AuthenticationType
Packages that use AuthenticationType
-
Uses of AuthenticationType in org.craftercms.studio.model
Methods in org.craftercms.studio.model that return AuthenticationTypeModifier and TypeMethodDescriptionAuthenticatedUser.getAuthenticationType()static AuthenticationTypeReturns the enum constant of this class with the specified name.static AuthenticationType[]AuthenticationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.craftercms.studio.model with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionvoidAuthenticatedUser.setAuthenticationType(AuthenticationType authenticationType)