Searched refs:getSSOAssertion (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DActionMapper.java87 public Assertion getSSOAssertion(AuthorizationDecisionQuery query, method in interface:ActionMapper
H A DAttributeMapper.java66 public Assertion getSSOAssertion(AttributeQuery query); method in interface:AttributeMapper
H A DDefaultAttributeMapper.java109 * @see com.sun.identity.saml.plugins.AttributeMapper#getSSOAssertion
111 public Assertion getSSOAssertion(AttributeQuery query) { method in class:DefaultAttributeMapper
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DActionMapper.java87 public Assertion getSSOAssertion(AuthorizationDecisionQuery query, method in interface:ActionMapper
H A DAttributeMapper.java66 public Assertion getSSOAssertion(AttributeQuery query); method in interface:AttributeMapper
H A DDefaultAttributeMapper.java109 * @see com.sun.identity.saml.plugins.AttributeMapper#getSSOAssertion
111 public Assertion getSSOAssertion(AttributeQuery query) { method in class:DefaultAttributeMapper
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultActionMapper.java109 * @see com.sun.identity.saml.plugins.ActionMapper#getSSOAssertion
111 public Assertion getSSOAssertion(AuthorizationDecisionQuery query, method in class:DefaultActionMapper
162 + "getSSOAssertion: exception when retrieving "
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultActionMapper.java109 * @see com.sun.identity.saml.plugins.ActionMapper#getSSOAssertion
111 public Assertion getSSOAssertion(AuthorizationDecisionQuery query, method in class:DefaultActionMapper
162 + "getSSOAssertion: exception when retrieving "
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java1332 Assertion assertion = attrMapper.getSSOAssertion(query);
1782 Assertion assertion = actionMapper.getSSOAssertion(query, destID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java1334 Assertion assertion = attrMapper.getSSOAssertion(query);
1784 Assertion assertion = actionMapper.getSSOAssertion(query, destID);

Completed in 36 milliseconds