Searched defs:majorVer (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSSAMLRequest.java226 * @param majorVer a String representing the <code>MajorVersion</code> to
230 private void parseMajorVersion(String majorVer) throws SAMLException { argument
232 majorVersion = Integer.parseInt(majorVer);
H A DFSRequest.java428 * @param majorVer a String representing the <code>MajorVersion</code> to
433 private void parseMajorVersion(String majorVer) throws SAMLException { argument
435 majorVersion = Integer.parseInt(majorVer);
H A DFSResponse.java278 * @param majorVer a String representing the <code>MajorVersion</code> to
283 private void parseMajorVersion(String majorVer) argument
286 majorVersion = Integer.parseInt(majorVer);
H A DFSAuthnResponse.java376 * @param majorVer value of <code>MajorVersion</code> attribute to be set.
380 private void parseMajorVersion(String majorVer) argument
383 majorVersion = Integer.parseInt(majorVer);
H A DFSFederationTerminationNotification.java782 * @param majorVer a String representing the <code>MajorVersion</code> to
786 private void parseMajorVersion(String majorVer) throws FSMsgException { argument
788 majorVersion = Integer.parseInt(majorVer);
H A DFSLogoutNotification.java873 * @param majorVer a String representing the <code>MajorVersion</code> to
877 private void parseMajorVersion(String majorVer) throws FSMsgException { argument
879 majorVersion = Integer.parseInt(majorVer);
H A DFSLogoutResponse.java425 * @param majorVer a String representing the <code>MajorVersion</code> to
430 private void parseMajorVersion(String majorVer) argument
433 majorVersion = Integer.parseInt(majorVer);
H A DFSNameRegistrationRequest.java596 * @param majorVer a String representing the <code>MajorVersion</code> to
600 private void parseMajorVersion(String majorVer) throws FSMsgException { argument
602 majorVersion = Integer.parseInt(majorVer);
H A DFSAuthnRequest.java1015 * @param majorVer the value of <code>MajorVersion</code> property
1019 private void parseMajorVersion(String majorVer) throws FSMsgException { argument
1021 majorVersion = Integer.parseInt(majorVer);
1090 private static int checkMajorVersion(String majorVer) argument
1093 if (majorVer == null){
1097 majorVersion = Integer.parseInt(majorVer);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSSAMLRequest.java226 * @param majorVer a String representing the <code>MajorVersion</code> to
230 private void parseMajorVersion(String majorVer) throws SAMLException { argument
232 majorVersion = Integer.parseInt(majorVer);
H A DFSRequest.java428 * @param majorVer a String representing the <code>MajorVersion</code> to
433 private void parseMajorVersion(String majorVer) throws SAMLException { argument
435 majorVersion = Integer.parseInt(majorVer);
H A DFSResponse.java278 * @param majorVer a String representing the <code>MajorVersion</code> to
283 private void parseMajorVersion(String majorVer) argument
286 majorVersion = Integer.parseInt(majorVer);
H A DFSAuthnResponse.java379 * @param majorVer value of <code>MajorVersion</code> attribute to be set.
383 private void parseMajorVersion(String majorVer) argument
386 majorVersion = Integer.parseInt(majorVer);
H A DFSFederationTerminationNotification.java785 * @param majorVer a String representing the <code>MajorVersion</code> to
789 private void parseMajorVersion(String majorVer) throws FSMsgException { argument
791 majorVersion = Integer.parseInt(majorVer);
H A DFSLogoutNotification.java876 * @param majorVer a String representing the <code>MajorVersion</code> to
880 private void parseMajorVersion(String majorVer) throws FSMsgException { argument
882 majorVersion = Integer.parseInt(majorVer);
H A DFSLogoutResponse.java428 * @param majorVer a String representing the <code>MajorVersion</code> to
433 private void parseMajorVersion(String majorVer) argument
436 majorVersion = Integer.parseInt(majorVer);
H A DFSNameRegistrationRequest.java599 * @param majorVer a String representing the <code>MajorVersion</code> to
603 private void parseMajorVersion(String majorVer) throws FSMsgException { argument
605 majorVersion = Integer.parseInt(majorVer);
H A DFSAuthnRequest.java1018 * @param majorVer the value of <code>MajorVersion</code> property
1022 private void parseMajorVersion(String majorVer) throws FSMsgException { argument
1024 majorVersion = Integer.parseInt(majorVer);
1093 private static int checkMajorVersion(String majorVer) argument
1096 if (majorVer == null){
1100 majorVersion = Integer.parseInt(majorVer);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DResponse.java458 * @param majorVer a String representing the MajorVersion to be set.
461 private void parseMajorVersion(String majorVer) throws SAMLException { argument
463 majorVersion = Integer.parseInt(majorVer);
H A DRequest.java659 * @param majorVer a String representing the MajorVersion to be set.
662 private void parseMajorVersion(String reqID, String majorVer) argument
665 majorVersion = Integer.parseInt(majorVer);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DResponse.java457 * @param majorVer a String representing the MajorVersion to be set.
460 private void parseMajorVersion(String majorVer) throws SAMLException { argument
462 majorVersion = Integer.parseInt(majorVer);
H A DRequest.java662 * @param majorVer a String representing the MajorVersion to be set.
665 private void parseMajorVersion(String reqID, String majorVer) argument
668 majorVersion = Integer.parseInt(majorVer);

Completed in 78 milliseconds