|
gluu
|

公開メンバ関数 | |
| ErrorScimType (String value) | |
| String | getValue () |
| String | toString () |
静的公開メンバ関数 | |
| [static initializer] | |
| static ErrorScimType | getByValue (String value) |
公開変数類 | |
| INVALID_FILTER =("invalidFilter") | |
| TOO_MANY =("tooMany") | |
| UNIQUENESS =("uniqueness") | |
| MUTABILITY =("mutability") | |
| INVALID_SYNTAX =("invalidSyntax") | |
| INVALID_PATH =("invalidPath") | |
| NO_TARGET =("noTarget") | |
| INVALID_VALUE =("invalidValue") | |
| INVALID_VERSION =("invalidVers") | |
| SENSITIVE =("sensitive") | |
非公開変数類 | |
| String | value |
静的非公開変数類 | |
| static Map< String, ErrorScimType > | mapByValues = new HashMap<String, ErrorScimType>() |
Detail error types when a HTTP 400 response is served. See section 3.12 of RFC7644.
|
inline |
|
inlinestatic |
|
inlinestatic |
Returns an instance of ErrorScimType based on a string value corresponding to the scimType property of a json error response. This is the reverse of getValue() method.
| value | A string corresponding to scimType |
ErrorScimType instance or null if the value passed is unknown
|
inline |
Returns the scimType as it should be included in a json error response, e.g. "mutability" or "sensitive"
|
inline |
| org.gluu.oxtrust.model.scim2.ErrorScimType.INVALID_FILTER =("invalidFilter") |
| org.gluu.oxtrust.model.scim2.ErrorScimType.INVALID_PATH =("invalidPath") |
| org.gluu.oxtrust.model.scim2.ErrorScimType.INVALID_SYNTAX =("invalidSyntax") |
| org.gluu.oxtrust.model.scim2.ErrorScimType.INVALID_VALUE =("invalidValue") |
| org.gluu.oxtrust.model.scim2.ErrorScimType.INVALID_VERSION =("invalidVers") |
|
staticprivate |
| org.gluu.oxtrust.model.scim2.ErrorScimType.MUTABILITY =("mutability") |
| org.gluu.oxtrust.model.scim2.ErrorScimType.NO_TARGET =("noTarget") |
| org.gluu.oxtrust.model.scim2.ErrorScimType.SENSITIVE =("sensitive") |
| org.gluu.oxtrust.model.scim2.ErrorScimType.TOO_MANY =("tooMany") |
| org.gluu.oxtrust.model.scim2.ErrorScimType.UNIQUENESS =("uniqueness") |
|
private |
1.8.13