| Package | Description |
|---|---|
| org.apache.syncope.ext.scimv2.api | |
| org.apache.syncope.ext.scimv2.api.data | |
| org.apache.syncope.ext.scimv2.api.type |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
BadRequestException.getErrorType() |
| Constructor and Description |
|---|
BadRequestException(ErrorType errorType) |
BadRequestException(ErrorType errorType,
String detail) |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
SCIMError.getScimType() |
| Constructor and Description |
|---|
SCIMError(ErrorType scimType,
int status,
String detail) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorType |
ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.