Uses of Class
com.boldsign.model.Roles.ImposeAuthenticationEnum
-
Packages that use Roles.ImposeAuthenticationEnum Package Description com.boldsign.model -
-
Uses of Roles.ImposeAuthenticationEnum in com.boldsign.model
Methods in com.boldsign.model that return Roles.ImposeAuthenticationEnum Modifier and Type Method Description static Roles.ImposeAuthenticationEnumRoles.ImposeAuthenticationEnum. fromValue(String value)Roles.ImposeAuthenticationEnumRoles. getImposeAuthentication()Get imposeAuthenticationRoles.ImposeAuthenticationEnumRoles.ImposeAuthenticationEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Roles.ImposeAuthenticationEnumRoles.ImposeAuthenticationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Roles.ImposeAuthenticationEnum[]Roles.ImposeAuthenticationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.boldsign.model with parameters of type Roles.ImposeAuthenticationEnum Modifier and Type Method Description RolesRoles. imposeAuthentication(Roles.ImposeAuthenticationEnum imposeAuthentication)voidRoles. setImposeAuthentication(Roles.ImposeAuthenticationEnum imposeAuthentication)voidRoles.ImposeAuthenticationEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Roles.ImposeAuthenticationEnum enumeration)
-