Uses of Class
io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.Attribute.Type
-
Packages that use Attribute.Type Package Description io.getlime.security.powerauth.lib.mtoken.model.entity.attributes -
-
Uses of Attribute.Type in io.getlime.security.powerauth.lib.mtoken.model.entity.attributes
Fields in io.getlime.security.powerauth.lib.mtoken.model.entity.attributes declared as Attribute.Type Modifier and Type Field Description protected Attribute.TypeAttribute. typeMethods in io.getlime.security.powerauth.lib.mtoken.model.entity.attributes that return Attribute.Type Modifier and Type Method Description Attribute.TypeAttribute. getType()Get attribute type.static Attribute.TypeAttribute.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Attribute.Type[]Attribute.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.getlime.security.powerauth.lib.mtoken.model.entity.attributes with parameters of type Attribute.Type Modifier and Type Method Description voidAttribute. setType(Attribute.Type type)Set attribute type.
-