Searched defs:detail (Results 1 - 25 of 49) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/exceptions/
H A DInvalidConfigurationException.java24 public InvalidConfigurationException(String detail) { argument
25 super(MessageFormat.format("Invalid Configuration:\n{0}", detail));
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/exceptions/
H A DInvalidConfigurationException.java24 public InvalidConfigurationException(String detail) { argument
25 super(MessageFormat.format("Invalid Configuration:\n{0}", detail));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DClientFaultException.java39 * Constructs the client fault exception with the given message code and detail message.
42 * @param detail the detail message. May be null.
44 public ClientFaultException(final String messageCode, final String detail) { argument
45 super(null, messageCode, detail);
59 * Constructs the client fault exception with the given IDP adapter, message code, and detail message.
63 * @param detail the detail message. May be null.
66 final String detail) {
67 super(idpAdapter, messageCode, detail);
65 ClientFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, final String detail) argument
[all...]
H A DServerFaultException.java39 * Constructs the server fault exception with the given message code and detail message.
42 * @param detail the detail message. May be null.
44 public ServerFaultException(final String messageCode, final String detail) { argument
45 super(null, messageCode, detail);
59 * Constructs the client fault exception with the given IDP adapter, message code, and detail message.
63 * @param detail the detail message. May be null.
66 final String detail) {
67 super(idpAdapter, messageCode, detail);
65 ServerFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, final String detail) argument
[all...]
H A DFederatedSSOException.java34 private final String detail; field in class:FederatedSSOException
42 * @param detail the detail of the exception.
45 final String detail) {
48 this.detail = detail;
54 return SAML2Utils.bundle.getString(messageCode) + (detail != null ? " (" + detail +")" : "");
67 * Returns the detail message of this error, if provided.
69 * @return the detail messag
44 FederatedSSOException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, final String detail) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DClientFaultException.java39 * Constructs the client fault exception with the given message code and detail message.
42 * @param detail the detail message. May be null.
44 public ClientFaultException(final String messageCode, final String detail) { argument
45 super(null, messageCode, detail);
59 * Constructs the client fault exception with the given IDP adapter, message code, and detail message.
63 * @param detail the detail message. May be null.
66 final String detail) {
67 super(idpAdapter, messageCode, detail);
65 ClientFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, final String detail) argument
[all...]
H A DServerFaultException.java39 * Constructs the server fault exception with the given message code and detail message.
42 * @param detail the detail message. May be null.
44 public ServerFaultException(final String messageCode, final String detail) { argument
45 super(null, messageCode, detail);
59 * Constructs the client fault exception with the given IDP adapter, message code, and detail message.
63 * @param detail the detail message. May be null.
66 final String detail) {
67 super(idpAdapter, messageCode, detail);
65 ServerFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, final String detail) argument
[all...]
H A DFederatedSSOException.java34 private final String detail; field in class:FederatedSSOException
42 * @param detail the detail of the exception.
45 final String detail) {
48 this.detail = detail;
54 return SAML2Utils.bundle.getString(messageCode) + (detail != null ? " (" + detail +")" : "");
67 * Returns the detail message of this error, if provided.
69 * @return the detail messag
44 FederatedSSOException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, final String detail) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DIDPSingleSignOnServiceSOAP.java81 private void sendError(HttpServletResponse response, String faultCode, String rbKey, String detail) argument
84 SOAPMessage soapFault = SOAPCommunicator.getInstance().createSOAPFault(faultCode, rbKey, detail);
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaException.java29 private JsonValue detail; field in class:UmaException
43 * Sets the error detail to be included with the JSON representation of the error.
45 * @param detail The detail.
48 public UmaException setDetail(JsonValue detail) { argument
49 this.detail = detail;
54 return detail;
H A DUmaExceptionHandler.java68 JsonValue detail) {
72 if (detail != null) {
73 responseBody.putAll(detail.asMap());
67 setExceptionResponse(Response response, Throwable throwable, int statusCode, String error, JsonValue detail) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DIDPSingleSignOnServiceSOAP.java81 private void sendError(HttpServletResponse response, String faultCode, String rbKey, String detail) argument
84 SOAPMessage soapFault = SOAPCommunicator.getInstance().createSOAPFault(faultCode, rbKey, detail);
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaException.java29 private JsonValue detail; field in class:UmaException
43 * Sets the error detail to be included with the JSON representation of the error.
45 * @param detail The detail.
48 public UmaException setDetail(JsonValue detail) { argument
49 this.detail = detail;
54 return detail;
H A DUmaExceptionHandler.java68 JsonValue detail) {
72 if (detail != null) {
73 responseBody.putAll(detail.asMap());
67 setExceptionResponse(Response response, Throwable throwable, int statusCode, String error, JsonValue detail) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DStatus.java155 * @param detail A DOM tree element that is the <code>StatusDetail</code>
160 public Status(StatusCode code, String message, Element detail) argument
176 statusDetail = detail;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DStatus.java155 * @param detail A DOM tree element that is the <code>StatusDetail</code>
160 public Status(StatusCode code, String message, Element detail) argument
176 statusDetail = detail;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DUserInteraction.java66 * @param detail more details of the message
74 Object confirm(Message summary, Message detail, argument
84 * @param detail more details of the message
97 Object confirm(Message summary, Message detail, Message fineDetails, argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DUserInteraction.java67 * @param detail more details of the message
75 Object confirm(Message summary, Message detail, argument
85 * @param detail more details of the message
98 Object confirm(Message summary, Message detail, Message fineDetails, argument
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DUserInteraction.java67 * @param detail more details of the message
75 Object confirm(Message summary, Message detail, argument
85 * @param detail more details of the message
98 Object confirm(Message summary, Message detail, Message fineDetails, argument
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DUserInteraction.java66 * @param detail more details of the message
74 Object confirm(Message summary, Message detail, argument
84 * @param detail more details of the message
97 Object confirm(Message summary, Message detail, Message fineDetails, argument
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DUserInteraction.java67 * @param detail more details of the message
75 Object confirm(Message summary, Message detail, argument
85 * @param detail more details of the message
98 Object confirm(Message summary, Message detail, Message fineDetails, argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DUserInteraction.java66 * @param detail more details of the message
74 Object confirm(LocalizableMessage summary, LocalizableMessage detail, argument
84 * @param detail more details of the message
97 Object confirm(LocalizableMessage summary, LocalizableMessage detail, LocalizableMessage fineDetails, argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPFault.java63 private SOAPFaultDetail detail = null; field in class:SOAPFault
82 * @param detail a SOAP Fault Detail.
85 String faultactor,SOAPFaultDetail detail) {
89 this.detail = detail;
173 detail = new SOAPFaultDetail(detailE);
210 return detail;
243 * @param detail a SOAP Fault Detail.
245 public void setDetail(SOAPFaultDetail detail) { argument
246 this.detail
84 SOAPFault(QName faultcode, String faultstring, String faultactor,SOAPFaultDetail detail) argument
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/services/systeminfo/
H A DSolarisSystemInfoProvider.java137 * @param detail Indicates if detailed output is required
143 private HashMap getPatchDetectionResults(boolean detail) { argument
151 if (detail) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPFault.java63 private SOAPFaultDetail detail = null; field in class:SOAPFault
82 * @param detail a SOAP Fault Detail.
85 String faultactor,SOAPFaultDetail detail) {
89 this.detail = detail;
173 detail = new SOAPFaultDetail(detailE);
210 return detail;
243 * @param detail a SOAP Fault Detail.
245 public void setDetail(SOAPFaultDetail detail) { argument
246 this.detail
84 SOAPFault(QName faultcode, String faultstring, String faultactor,SOAPFaultDetail detail) argument
[all...]

Completed in 153 milliseconds

12