Searched defs:getAssertion (Results 51 - 62 of 62) sorted by relevance

123

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java141 public Assertion getAssertion() { method in class:FSAssertionManager.Entry
908 public Assertion getAssertion( method in class:FSAssertionManager
924 // call AssertionManagerClient.getAssertion
926 FSUtils.debug.message("AssertionManager.getAssertion(art, " +
931 return amc.getAssertion(artifact, destID);
943 FSUtils.debug.message("FSAssertionManager.getAssertion(art, de"
957 FSUtils.debug.message("FSAssertionManager.getAssertion(art, de"
967 FSUtils.debug.message("FSAssertionManager.getAssertion(art, de"
974 FSUtils.debug.message("FSAssertionManager.getAssertion(art, de"
995 Assertion assertion = entry.getAssertion();
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java144 public Assertion getAssertion() { method in class:FSAssertionManager.Entry
911 public Assertion getAssertion( method in class:FSAssertionManager
927 // call AssertionManagerClient.getAssertion
929 FSUtils.debug.message("AssertionManager.getAssertion(art, " +
934 return amc.getAssertion(artifact, destID);
946 FSUtils.debug.message("FSAssertionManager.getAssertion(art, de"
960 FSUtils.debug.message("FSAssertionManager.getAssertion(art, de"
970 FSUtils.debug.message("FSAssertionManager.getAssertion(art, de"
977 FSUtils.debug.message("FSAssertionManager.getAssertion(art, de"
998 Assertion assertion = entry.getAssertion();
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java164 public Assertion getAssertion() { method in class:AssertionManager.Entry
574 public Assertion getAssertion(String id) method in class:AssertionManager
583 return getAssertion(idRef, null, false);
1014 private Assertion getAssertion(AssertionArtifact artifact, Set destID, method in class:AssertionManager
1018 SAMLUtils.debug.message("getAssertion(arti): destID set= " +
1029 // call AssertionManagerClient.getAssertion
1031 SAMLUtils.debug.message("AssertionManager.getAssertion(art, " +
1036 return amc.getAssertion(artifact, destID);
1053 SAMLUtils.debug.message("AssertionManager.getAssertion(art, de"
1067 SAMLUtils.debug.message("AssertionManager.getAssertion(ar
1164 public Assertion getAssertion(AssertionArtifact artifact, String destID) method in class:AssertionManager
1190 public Assertion getAssertion(AssertionArtifact artifact, Set destID) method in class:AssertionManager
1209 protected Assertion getAssertion(AssertionArtifact artifact) method in class:AssertionManager
1229 public Assertion getAssertion(Query query, String destID) method in class:AssertionManager
2188 public Assertion getAssertion(AssertionIDReference idRef) method in class:AssertionManager
2209 public Assertion getAssertion(AssertionIDReference idRef, Object token) method in class:AssertionManager
2241 public Assertion getAssertion(AssertionIDReference idRef, String destID) method in class:AssertionManager
2269 public Assertion getAssertion(AssertionIDReference idRef, Set destID) method in class:AssertionManager
2294 private Assertion getAssertion(AssertionIDReference idRef, Set destID, method in class:AssertionManager
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java358 assertion = getAssertion(attrQuery, attrAuthorityEntityID,
752 private static Assertion getAssertion(AttributeQuery attrQuery, method in class:AttributeQueryUtil
1383 assertions = samlResp.getAssertion();
1533 assertions = samlResp.getAssertion();
H A DIDPSSOUtil.java812 Assertion assertion = getAssertion(request, session, authnReq,
871 private static Assertion getAssertion( method in class:IDPSSOUtil
885 String classMethod = "IDPSSOUtil.getAssertion: ";
1202 final List<Assertion> assertions = idpResponse.getAssertion();
2509 List assertions = res.getAssertion();
2845 List assertions = response.getAssertion();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java166 public Assertion getAssertion() { method in class:AssertionManager.Entry
576 public Assertion getAssertion(String id) method in class:AssertionManager
585 return getAssertion(idRef, null, false);
1016 private Assertion getAssertion(AssertionArtifact artifact, Set destID, method in class:AssertionManager
1020 SAMLUtils.debug.message("getAssertion(arti): destID set= " +
1031 // call AssertionManagerClient.getAssertion
1033 SAMLUtils.debug.message("AssertionManager.getAssertion(art, " +
1038 return amc.getAssertion(artifact, destID);
1055 SAMLUtils.debug.message("AssertionManager.getAssertion(art, de"
1069 SAMLUtils.debug.message("AssertionManager.getAssertion(ar
1166 public Assertion getAssertion(AssertionArtifact artifact, String destID) method in class:AssertionManager
1192 public Assertion getAssertion(AssertionArtifact artifact, Set destID) method in class:AssertionManager
1211 protected Assertion getAssertion(AssertionArtifact artifact) method in class:AssertionManager
1231 public Assertion getAssertion(Query query, String destID) method in class:AssertionManager
2190 public Assertion getAssertion(AssertionIDReference idRef) method in class:AssertionManager
2211 public Assertion getAssertion(AssertionIDReference idRef, Object token) method in class:AssertionManager
2243 public Assertion getAssertion(AssertionIDReference idRef, String destID) method in class:AssertionManager
2271 public Assertion getAssertion(AssertionIDReference idRef, Set destID) method in class:AssertionManager
2296 private Assertion getAssertion(AssertionIDReference idRef, Set destID, method in class:AssertionManager
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java360 assertion = getAssertion(attrQuery, attrAuthorityEntityID,
754 private static Assertion getAssertion(AttributeQuery attrQuery, method in class:AttributeQueryUtil
1385 assertions = samlResp.getAssertion();
1535 assertions = samlResp.getAssertion();
H A DIDPSSOUtil.java821 Assertion assertion = getAssertion(request, session, authnReq,
880 private static Assertion getAssertion( method in class:IDPSSOUtil
894 String classMethod = "IDPSSOUtil.getAssertion: ";
1213 final List<Assertion> assertions = idpResponse.getAssertion();
2542 List assertions = res.getAssertion();
2878 List assertions = response.getAssertion();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessage.java656 public SecurityAssertion getAssertion() { method in class:Message
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessage.java656 public SecurityAssertion getAssertion() { method in class:Message
/forgerock/openam-v13/openam-federation/OpenFM/src/test/resources/com/sun/identity/workflow/
H A Dslim-openam-soap-sts-server.warMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/forgerock/openam/openam-federation/OpenFM/src/test/resources/com/sun/identity/workflow/
H A Dslim-openam-soap-sts-server.warMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 85 milliseconds

123