Searched defs:message (Results 451 - 475 of 1477) sorted by relevance

<<11121314151617181920>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionException.java43 * @param message message for the exception
45 public InteractionException(String message) { argument
46 super(message);
60 * pass the localized error message
63 * not possible to throw localized error message.
65 * for correctly locating the error message. The default
70 * localized error message.
78 * @param args arguments to message. If it is not present pass them
H A DInteractionUtils.java75 * <code>UserInteraction</code> header in the message. Returns empty list
76 * if <code>UserInteraction</code> header is not included in the message
78 * @param message SOAP message from which to find out
82 * <code>UserInteraction</code> header in the message.
85 * in the message
87 public static List getInteractionLangauge(Message message) { argument
90 = InteractionManager.getUserInteractionElement(message);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interfaces/
H A DResourceIDMapper.java68 * @param message Request message.
73 Message message);
71 getUserID(String providerID, String resourceID, Message message) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSException.java46 * localized error message.
52 * @param args arguments to message. If it is not present pass them
62 * message.
64 * @param message message for this exception. This message can be later
68 public PAOSException(String message) { argument
69 super(message);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DWebServiceAuthenticator.java46 * @param message a Message object that needs authentication.
52 public Object authenticate(Message message,Subject subject, argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationException.java45 * localized error message.
51 * @param args arguments to message. If it is not present pass them
62 * message.
64 * @param message message for this exception. This message can be later
68 public ConfigurationException(String message) { argument
69 super(message);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProviderException.java42 * message.
44 * @param message Detailed message for this exception.
46 public DataStoreProviderException(String message) { argument
47 super(message);
73 * localized error message.
79 * @param args arguments to message. If it is not present pass them
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/
H A DLogException.java43 * message.
45 * @param message detailed message for this exception.
47 public LogException(String message) { argument
48 super(message);
74 * localized error message.
80 * @param args arguments to message. If it is not present pass them
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Exception.java37 * This class also handles message localization in SAML exceptions.
52 * localized error message.
58 * @param args arguments to message. If it is not present pass them
68 * message.
70 * @param message message for this exception. This message can be later
74 public SAML2Exception(String message) { argument
75 super(message);
H A DSAML2InvalidNameIDPolicyException.java33 * This class also handles message localization in SAML exceptions.
43 * localized error message.
49 * @param args arguments to message. If it is not present pass them
61 * the given message.
63 * @param message message for this exception. This message can be later
67 public SAML2InvalidNameIDPolicyException(String message) { argument
68 super(message);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaException.java37 * This class also handles message localization in SAML2 Meta exceptions.
49 * @param args arguments to message. If it is not present pass them
61 * localized error message.
67 * @param args arguments to message. If it is not present pass them
77 * message.
79 * @param message message for this exception. This message can be later
83 public SAML2MetaException(String message) { argument
84 super(message);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DIDPSingleLogoutServiceSOAP.java94 SAML2Utils.debug.message("IDPSLOSOAP.doPost : uri =" +
128 // Write out the message on the response stream
152 * Process the incoming SOAP message containing the LogoutRequest and
153 * generates outgoing SOAP message containing the LogoutResponse on IDP
155 * @param message incoming SOAP message.
160 * @return SOAP message containing the outgoing LogoutResponse.
163 SOAPMessage message,
169 SAML2Utils.debug.message("IDPSingleLogoutServiceSOAP.onMessage: init");
170 // get LogoutRequest element from SOAP message
162 onMessage( SOAPMessage message, HttpServletRequest request, HttpServletResponse response, String idpEntityID, String realm) argument
[all...]
H A DSPSingleLogoutServiceSOAP.java100 SAML2Utils.debug.message("SPSLOSOAP.doPost : uri =" +
119 // Write out the message on the response stream
143 * Process the incoming SOAP message containing the LogoutRequest and
144 * generates outgoing SOAP message containing the LogoutResponse on SP side.
145 * @param message incoming SOAP message.
150 * @return SOAP message containing the outgoing LogoutResponse.
153 SOAPMessage message,
159 SAML2Utils.debug.message("SPSLOServiceSOAP.onMessage: starting");
164 Element reqElem = SOAPCommunicator.getInstance().getSamlpElement(message,
152 onMessage( SOAPMessage message, HttpServletRequest request, HttpServletResponse response, String realm, String spEntityID) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationException.java35 * It also handles message localization in WS-Federation exceptions.
44 * localized error message.
50 * @param args arguments to message. If it is not present pass them
61 * message.
63 * @param message message for this exception. This message can be later
67 public WSFederationException(String message) { argument
68 super(message);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaException.java39 * This class also handles message localization in WS-Federation metadata
53 * @param args arguments to message. If it is not present pass them
65 * localized error message.
71 * @param args arguments to message. If it is not present pass them
81 * message.
83 * @param message message for this exception. This message can be later
86 public WSFederationMetaException(String message) { argument
87 super(message);
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DClientAuthenticationFailureFactory.java39 * @param message The message which will be reported
42 public InvalidClientException getException(String message) { argument
43 return new InvalidClientException(message);
50 * @param message The message which will be reported
54 public InvalidClientException getException(OAuth2Request request, String message) { argument
56 return new InvalidClientAuthZHeaderException(message, "Basic", getRealm(request));
58 return getException(message);
H A DInvalidClientAuthZHeaderException.java30 * Constructs a new InvalidClientAuthZHeaderException with the specified message, header name and value.
32 * @param message The reason for the exception.
36 InvalidClientAuthZHeaderException(final String message, final String challengeScheme, argument
38 super(401, "invalid_client", message);
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DReplyMessageAttribute.java43 * The contained message.
59 * Creates a ReplyMessageAttribute to contain the given String message prior to sending in a packet. If the String
62 * @param message
63 * the message to be embedded.
65 public ReplyMessageAttribute(String message) { argument
66 super(OctetUtils.toOctets(AttributeType.REPLY_MESSAGE, message));
67 // ensure message too long gets trimmed
72 * Returns the contained message.
74 * @return the contained message.
/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/
H A DRadiusProcessingException.java20 * An exception thrown when a response to a RADIUS message could not be sent.
36 * @param message - the detail message. The detail message is saved for later retrieval by the
39 public RadiusProcessingException(RadiusProcessingExceptionNature nature, String message) { argument
40 super(message);
49 * @param message - the detail message. The detail message is saved for later retrieval by the
54 public RadiusProcessingException(RadiusProcessingExceptionNature nature, String message, Throwabl argument
[all...]
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DRestException.java44 private String message; field in class:RestException
55 this.message = getLocalizedMessage(Locale.getDefault());
62 * @param params Parameters for formatting the message string.
67 this.message = getLocalizedMessage(Locale.getDefault());
79 this.message = getLocalizedMessage(Locale.getDefault());
86 * @param params Parameters for formatting the message string.
94 this.message = getLocalizedMessage(Locale.getDefault());
107 * Returns exception message.
109 * @return exception message.
113 return message;
[all...]
/forgerock/openam-v13/openam-scripting/src/test/js/
H A Dam-binding-mocks.js33 message: function() {
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClientException.java38 private String message = null; field in class:SOAPClientException
42 * Create <code>SOAPClientException</code> with no message.
49 * Create <code>SOAPClientException</code> with a message.
59 * Create <code>SOAPClientException</code> with a class name and message.
64 * The message associated with exception.
69 message = exceptionMessage;
82 * Method to obtain the message.
84 * @return message
87 return message;
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/test/tools/
H A DFailure.java40 private String message; field in class:Failure
64 message = elt.getAttribute("message");
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-client/src/main/java/org/forgerock/openam/sts/soap/policy/am/
H A DOpenAMSessionTokenClientInterceptor.java38 * @param message defines the invocation and its result
41 protected void processToken(SoapMessage message) { argument
47 * OpenAMSessionAssertion state to the message.
48 * @param message the encapsulation of the soap request.
51 protected void addToken(SoapMessage message) { argument
52 OpenAMSessionAssertion openAMSessionAssertion = (OpenAMSessionAssertion) assertTokens(message);
53 Header header = findSecurityHeader(message, true);
67 * @param message The SoapMessage defining the invocation.
72 protected Token assertTokens(SoapMessage message) { argument
73 AssertionInfoMap aim = message
[all...]
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/policy/am/
H A DAbstractOpenAMSessionTokenInterceptor.java21 import org.apache.cxf.message.MessageUtils;
39 * set message state which prevents the AbstractTokenInterceptor from invoking the addToken and processToken methods
51 * @param message The message corresponding to the soap invocation.
55 public void handleMessage(SoapMessage message) throws Fault { argument
56 boolean isReq = MessageUtils.isRequestor(message);
57 boolean isOut = MessageUtils.isOutbound(message);
63 assertTokens(message);
68 addToken(message);
71 processToken(message);
93 isTLSInUse(SoapMessage message) argument
[all...]

Completed in 317 milliseconds

<<11121314151617181920>>