Searched refs:encodedRes (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSResponse.java468 * @param encodedRes the encoded response string
475 String encodedRes) throws FSMsgException, SAMLException {
477 if (encodedRes != null) {
478 String decodedAuthnRes = new String(Base64.decode(encodedRes));
474 parseBASE64EncodedString( String encodedRes) argument
H A DFSAuthnResponse.java675 * @param encodedRes the <code>Base64</code> encoded string.
682 public static FSAuthnResponse parseBASE64EncodedString(String encodedRes) argument
686 if(encodedRes != null){
687 String decodedAuthnRes = new String(Base64.decode(encodedRes));
H A DFSNameRegistrationResponse.java588 * @param encodedRes the encoded response string
595 String encodedRes) throws FSMsgException, SAMLException {
596 if (encodedRes != null){
597 String decodedNameRegRes = new String(Base64.decode(encodedRes));
594 parseBASE64EncodedString( String encodedRes) argument
H A DFSLogoutResponse.java699 * @param encodedRes the encode string
703 public static FSLogoutResponse parseBASE64EncodedString(String encodedRes) argument
705 if (encodedRes != null){
706 String decodedNameRegRes = new String(Base64.decode(encodedRes));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSResponse.java468 * @param encodedRes the encoded response string
475 String encodedRes) throws FSMsgException, SAMLException {
477 if (encodedRes != null) {
478 String decodedAuthnRes = new String(Base64.decode(encodedRes));
474 parseBASE64EncodedString( String encodedRes) argument
H A DFSAuthnResponse.java678 * @param encodedRes the <code>Base64</code> encoded string.
685 public static FSAuthnResponse parseBASE64EncodedString(String encodedRes) argument
689 if(encodedRes != null){
690 String decodedAuthnRes = new String(Base64.decode(encodedRes));
H A DFSNameRegistrationResponse.java591 * @param encodedRes the encoded response string
598 String encodedRes) throws FSMsgException, SAMLException {
599 if (encodedRes != null){
600 String decodedNameRegRes = new String(Base64.decode(encodedRes));
597 parseBASE64EncodedString( String encodedRes) argument
H A DFSLogoutResponse.java702 * @param encodedRes the encode string
706 public static FSLogoutResponse parseBASE64EncodedString(String encodedRes) argument
708 if (encodedRes != null){
709 String decodedNameRegRes = new String(Base64.decode(encodedRes));

Completed in 51 milliseconds