Searched defs:assertionConsumerServiceID (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java80 protected String assertionConsumerServiceID = null; field in class:FSAuthnRequest
286 assertionConsumerServiceID =
593 if(assertionConsumerServiceID != null) {
598 .append(assertionConsumerServiceID)
956 return assertionConsumerServiceID;
962 * @param assertionConsumerServiceID the Assertion Consumer
967 String assertionConsumerServiceID) {
968 this.assertionConsumerServiceID = assertionConsumerServiceID;
966 setAssertionConsumerServiceID( String assertionConsumerServiceID) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequest.java83 protected String assertionConsumerServiceID = null; field in class:FSAuthnRequest
289 assertionConsumerServiceID =
596 if(assertionConsumerServiceID != null) {
601 .append(assertionConsumerServiceID)
959 return assertionConsumerServiceID;
965 * @param assertionConsumerServiceID the Assertion Consumer
970 String assertionConsumerServiceID) {
971 this.assertionConsumerServiceID = assertionConsumerServiceID;
969 setAssertionConsumerServiceID( String assertionConsumerServiceID) argument

Completed in 34 milliseconds