Uses of Class
org.ehrbase.application.config.security.SecurityProperties.AuthTypes
-
Packages that use SecurityProperties.AuthTypes Package Description org.ehrbase.application.config.security -
-
Uses of SecurityProperties.AuthTypes in org.ehrbase.application.config.security
Methods in org.ehrbase.application.config.security that return SecurityProperties.AuthTypes Modifier and Type Method Description SecurityProperties.AuthTypesSecurityProperties. getAuthType()static SecurityProperties.AuthTypesSecurityProperties.AuthTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityProperties.AuthTypes[]SecurityProperties.AuthTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.application.config.security with parameters of type SecurityProperties.AuthTypes Modifier and Type Method Description voidSecurityProperties. setAuthType(SecurityProperties.AuthTypes authType)
-