Searched refs:minorVer (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSSAMLRequest.java265 * @param minorVer a String representing the <code>MinorVersion</code> to
269 private void parseMinorVersion(String minorVer) throws SAMLException { argument
271 minorVersion = Integer.parseInt(minorVer);
H A DFSResponse.java317 * @param minorVer a String representing the <code>MinorVersion</code> to
323 private void parseMinorVersion(String minorVer) argument
326 minorVersion = Integer.parseInt(minorVer);
H A DFSAuthnRequest.java1051 * @param minorVer the value of <code>MinorVersion</code> property
1055 private void parseMinorVersion(String minorVer) throws FSMsgException { argument
1057 minorVersion = Integer.parseInt(minorVer);
1085 * @param minorVer the value of <code>MajorVersion</code> property
1130 * @param minorVer the value of <code>MinorVersion</code> property
1135 private static int checkMinorVersion(String minorVer) argument
1138 if (minorVer == null){
1142 minorVersion = Integer.parseInt(minorVer);
H A DFSAuthnResponse.java416 * @param minorVer value of <code>MinorVersion</code> attribute to be set.
421 String minorVer) throws SAMLException, FSMsgException {
423 minorVersion = Integer.parseInt(minorVer);
420 parseMinorVersion( String minorVer) argument
H A DFSNameRegistrationResponse.java410 * @param minorVer a String representing the <code>MinorVersion</code> to
414 private void parseMinorVersion(String minorVer) throws FSMsgException { argument
416 minorVersion = Integer.parseInt(minorVer);
H A DFSRequest.java467 * @param minorVer a String representing the <code>MinorVersion</code> to
471 private void parseMinorVersion(String minorVer) throws SAMLException { argument
473 minorVersion = Integer.parseInt(minorVer);
H A DFSFederationTerminationNotification.java822 * @param minorVer a String representing the <code>MinorVersion</code> to
826 private void parseMinorVersion(String minorVer) throws FSMsgException { argument
828 minorVersion = Integer.parseInt(minorVer);
H A DFSLogoutNotification.java908 * @param minorVer a String representing the <code>MinorVersion</code> to
913 private void parseMinorVersion(String minorVer) throws FSMsgException { argument
915 minorVersion = Integer.parseInt(minorVer);
H A DFSLogoutResponse.java464 * @param minorVer a String representing the <code>MinorVersion</code> to
468 private void parseMinorVersion(String minorVer) argument
471 minorVersion = Integer.parseInt(minorVer);
H A DFSNameRegistrationRequest.java633 * @param minorVer a String representing the <code>MinorVersion</code> to
637 private void parseMinorVersion(String minorVer) throws FSMsgException { argument
639 minorVersion = Integer.parseInt(minorVer);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSSAMLRequest.java265 * @param minorVer a String representing the <code>MinorVersion</code> to
269 private void parseMinorVersion(String minorVer) throws SAMLException { argument
271 minorVersion = Integer.parseInt(minorVer);
H A DFSResponse.java317 * @param minorVer a String representing the <code>MinorVersion</code> to
323 private void parseMinorVersion(String minorVer) argument
326 minorVersion = Integer.parseInt(minorVer);
H A DFSAuthnRequest.java1054 * @param minorVer the value of <code>MinorVersion</code> property
1058 private void parseMinorVersion(String minorVer) throws FSMsgException { argument
1060 minorVersion = Integer.parseInt(minorVer);
1088 * @param minorVer the value of <code>MajorVersion</code> property
1133 * @param minorVer the value of <code>MinorVersion</code> property
1138 private static int checkMinorVersion(String minorVer) argument
1141 if (minorVer == null){
1145 minorVersion = Integer.parseInt(minorVer);
H A DFSAuthnResponse.java419 * @param minorVer value of <code>MinorVersion</code> attribute to be set.
424 String minorVer) throws SAMLException, FSMsgException {
426 minorVersion = Integer.parseInt(minorVer);
423 parseMinorVersion( String minorVer) argument
H A DFSNameRegistrationResponse.java413 * @param minorVer a String representing the <code>MinorVersion</code> to
417 private void parseMinorVersion(String minorVer) throws FSMsgException { argument
419 minorVersion = Integer.parseInt(minorVer);
H A DFSRequest.java467 * @param minorVer a String representing the <code>MinorVersion</code> to
471 private void parseMinorVersion(String minorVer) throws SAMLException { argument
473 minorVersion = Integer.parseInt(minorVer);
H A DFSFederationTerminationNotification.java825 * @param minorVer a String representing the <code>MinorVersion</code> to
829 private void parseMinorVersion(String minorVer) throws FSMsgException { argument
831 minorVersion = Integer.parseInt(minorVer);
H A DFSLogoutNotification.java911 * @param minorVer a String representing the <code>MinorVersion</code> to
916 private void parseMinorVersion(String minorVer) throws FSMsgException { argument
918 minorVersion = Integer.parseInt(minorVer);
H A DFSLogoutResponse.java467 * @param minorVer a String representing the <code>MinorVersion</code> to
471 private void parseMinorVersion(String minorVer) argument
474 minorVersion = Integer.parseInt(minorVer);
H A DFSNameRegistrationRequest.java636 * @param minorVer a String representing the <code>MinorVersion</code> to
640 private void parseMinorVersion(String minorVer) throws FSMsgException { argument
642 minorVersion = Integer.parseInt(minorVer);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DResponse.java494 * @param minorVer a String representing the MinorVersion to be set.
497 private void parseMinorVersion(String minorVer) throws SAMLException { argument
499 minorVersion = Integer.parseInt(minorVer);
H A DRequest.java697 * @param minorVer a String representing the MinorVersion to be set.
700 private void parseMinorVersion(String reqID, String minorVer) argument
703 minorVersion = Integer.parseInt(minorVer);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DResponse.java493 * @param minorVer a String representing the MinorVersion to be set.
496 private void parseMinorVersion(String minorVer) throws SAMLException { argument
498 minorVersion = Integer.parseInt(minorVer);
H A DRequest.java700 * @param minorVer a String representing the MinorVersion to be set.
703 private void parseMinorVersion(String reqID, String minorVer) argument
706 minorVersion = Integer.parseInt(minorVer);

Completed in 69 milliseconds