Searched refs:PROTOCOL_MAJOR_VERSION (Results 26 - 38 of 38) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSFederationTerminationNotification.java798 if (majorVersion != SAMLConstants.PROTOCOL_MAJOR_VERSION) {
799 if (majorVersion > SAMLConstants.PROTOCOL_MAJOR_VERSION) {
H A DFSLogoutNotification.java888 if (majorVersion != SAMLConstants.PROTOCOL_MAJOR_VERSION) {
889 if (majorVersion > SAMLConstants.PROTOCOL_MAJOR_VERSION) {
H A DFSLogoutResponse.java442 if (majorVersion != SAMLConstants.PROTOCOL_MAJOR_VERSION) {
443 if (majorVersion > SAMLConstants.PROTOCOL_MAJOR_VERSION) {
H A DFSNameRegistrationRequest.java611 if (majorVersion != SAMLConstants.PROTOCOL_MAJOR_VERSION) {
612 if (majorVersion > SAMLConstants.PROTOCOL_MAJOR_VERSION) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSFederationTerminationNotification.java801 if (majorVersion != SAMLConstants.PROTOCOL_MAJOR_VERSION) {
802 if (majorVersion > SAMLConstants.PROTOCOL_MAJOR_VERSION) {
H A DFSLogoutNotification.java891 if (majorVersion != SAMLConstants.PROTOCOL_MAJOR_VERSION) {
892 if (majorVersion > SAMLConstants.PROTOCOL_MAJOR_VERSION) {
H A DFSLogoutResponse.java445 if (majorVersion != SAMLConstants.PROTOCOL_MAJOR_VERSION) {
446 if (majorVersion > SAMLConstants.PROTOCOL_MAJOR_VERSION) {
H A DFSNameRegistrationRequest.java614 if (majorVersion != SAMLConstants.PROTOCOL_MAJOR_VERSION) {
615 if (majorVersion > SAMLConstants.PROTOCOL_MAJOR_VERSION) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DRequest.java678 if (majorVersion != SAMLConstants.PROTOCOL_MAJOR_VERSION) {
679 if (majorVersion > SAMLConstants.PROTOCOL_MAJOR_VERSION) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLPOSTProfileServlet.java138 int majorVersion = SAMLConstants.PROTOCOL_MAJOR_VERSION;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java945 public static final int PROTOCOL_MAJOR_VERSION = 1; field in interface:IFSConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java945 public static final int PROTOCOL_MAJOR_VERSION = 1; field in interface:IFSConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLPOSTProfileServlet.java140 int majorVersion = SAMLConstants.PROTOCOL_MAJOR_VERSION;

Completed in 73 milliseconds

12