Interface EprPolicyRepositoryResponse
- All Superinterfaces:
BasePolicyAdministration
- All Known Subinterfaces:
OpenSamlEprPolicyRepositoryResponse
- All Known Implementing Classes:
EprPolicyRepositoryResponseImpl
Describing the methods of the EprPolicyRepositoryResponse Interface
Beschreibung der Methoden des EprPolicyRepositoryResponse Interfaces
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionMethod to get the status out of the response. Methode um den Status aus der Response zu lesen.Checks whether the response contains a successful status.
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getStatus
String getStatus()Method to get the status out of the response.Methode um den Status aus der Response zu lesen.- Returns:
- The status of the response.Der Status der Response.
-
isStatusSuccess
Boolean isStatusSuccess()Checks whether the response contains a successful status.- Returns:
- True in case of success. False in case of failure
-