Uses of Class
org.apache.syncope.common.lib.search.SpecialAttr
-
Packages that use SpecialAttr Package Description org.apache.syncope.common.lib.search -
-
Uses of SpecialAttr in org.apache.syncope.common.lib.search
Methods in org.apache.syncope.common.lib.search that return SpecialAttr Modifier and Type Method Description static SpecialAttr
SpecialAttr. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpecialAttr[]
SpecialAttr. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.lib.search that return types with arguments of type SpecialAttr Modifier and Type Method Description static Optional<SpecialAttr>
SpecialAttr. fromString(String value)
-