Uses of Class
org.apache.syncope.fit.buildtools.cxf.User.Status
-
Packages that use User.Status Package Description org.apache.syncope.fit.buildtools.cxf -
-
Uses of User.Status in org.apache.syncope.fit.buildtools.cxf
Methods in org.apache.syncope.fit.buildtools.cxf that return User.Status Modifier and Type Method Description User.Status
User. getStatus()
static User.Status
User.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static User.Status[]
User.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.fit.buildtools.cxf with parameters of type User.Status Modifier and Type Method Description void
User. setStatus(User.Status status)
-