Searched refs:encodedReq (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponseEnvelope.java339 * @param encodedReq the <code>Based64</code> encoded <code>XML</code>
345 String encodedReq) throws FSMsgException {
346 if (encodedReq != null) {
347 String decodedAuthnReq = new String(Base64.decode(encodedReq));
344 parseBASE64EncodedString( String encodedReq) argument
H A DFSAuthnRequestEnvelope.java435 * @param encodedReq the encoded string.
441 String encodedReq) throws FSMsgException {
442 if (encodedReq != null) {
443 String decodedAuthnReq = new String(Base64.decode(encodedReq));
440 parseBASE64EncodedString( String encodedReq) argument
H A DFSAuthnRequest.java1504 * @param encodedReq the encode string
1508 public static FSAuthnRequest parseBASE64EncodedString(String encodedReq) argument
1510 if (encodedReq != null && encodedReq.length() != 0) {
1511 String decodedAuthnReq = new String(Base64.decode(encodedReq));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponseEnvelope.java339 * @param encodedReq the <code>Based64</code> encoded <code>XML</code>
345 String encodedReq) throws FSMsgException {
346 if (encodedReq != null) {
347 String decodedAuthnReq = new String(Base64.decode(encodedReq));
344 parseBASE64EncodedString( String encodedReq) argument
H A DFSAuthnRequestEnvelope.java435 * @param encodedReq the encoded string.
441 String encodedReq) throws FSMsgException {
442 if (encodedReq != null) {
443 String decodedAuthnReq = new String(Base64.decode(encodedReq));
440 parseBASE64EncodedString( String encodedReq) argument
H A DFSAuthnRequest.java1507 * @param encodedReq the encode string
1511 public static FSAuthnRequest parseBASE64EncodedString(String encodedReq) argument
1513 if (encodedReq != null && encodedReq.length() != 0) {
1514 String decodedAuthnReq = new String(Base64.decode(encodedReq));

Completed in 33 milliseconds