Uses of Enum Class
org.apache.syncope.common.lib.search.SpecialAttr
Packages that use SpecialAttr
Package
Description
-
Uses of SpecialAttr in org.apache.syncope.common.lib.search
Methods in org.apache.syncope.common.lib.search that return SpecialAttrModifier and TypeMethodDescriptionstatic SpecialAttrReturns the enum constant of this class with the specified name.static SpecialAttr[]SpecialAttr.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.common.lib.search that return types with arguments of type SpecialAttrModifier and TypeMethodDescriptionstatic Optional<SpecialAttr> SpecialAttr.fromString(String value) -
Uses of SpecialAttr in org.apache.syncope.core.persistence.api.search
Methods in org.apache.syncope.core.persistence.api.search that return types with arguments of type SpecialAttrModifier and TypeMethodDescriptionprotected Optional<SpecialAttr> AnySearchCondVisitor.getSpecialAttrName(String propertyName) protected Optional<SpecialAttr> RealmSearchCondVisitor.getSpecialAttrName(String propertyName) protected abstract Optional<SpecialAttr> SyncopeAbstractSearchCondVisitor.getSpecialAttrName(String propertyName)