Searched refs:bootStrapStatement (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java132 protected AttributeStatement bootStrapStatement = null; field in class:FSAssertionArtifactHandler
904 bootStrapStatement = attrStatement;
1361 if (bootStrapStatement != null) {
1362 session.setBootStrapAttributeStatement(bootStrapStatement);
1632 if (bootStrapStatement != null) {
1633 session.setBootStrapAttributeStatement(bootStrapStatement);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java134 protected AttributeStatement bootStrapStatement = null; field in class:FSAssertionArtifactHandler
906 bootStrapStatement = attrStatement;
1363 if (bootStrapStatement != null) {
1364 session.setBootStrapAttributeStatement(bootStrapStatement);
1634 if (bootStrapStatement != null) {
1635 session.setBootStrapAttributeStatement(bootStrapStatement);

Completed in 36 milliseconds