Uses of Class
org.apache.syncope.client.enduser.SyncopeEnduserSession.Error
-
Packages that use SyncopeEnduserSession.Error Package Description org.apache.syncope.client.enduser -
-
Uses of SyncopeEnduserSession.Error in org.apache.syncope.client.enduser
Methods in org.apache.syncope.client.enduser that return SyncopeEnduserSession.Error Modifier and Type Method Description static SyncopeEnduserSession.Error
SyncopeEnduserSession.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static SyncopeEnduserSession.Error[]
SyncopeEnduserSession.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-