Searched defs:createExtensions (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java311 public Extensions createExtensions() throws SAML2Exception { method in class:ProtocolFactory
329 public Extensions createExtensions(Element value) throws SAML2Exception { method in class:ProtocolFactory
347 public Extensions createExtensions(String value) throws SAML2Exception { method in class:ProtocolFactory
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java311 public Extensions createExtensions() throws SAML2Exception { method in class:ProtocolFactory
329 public Extensions createExtensions(Element value) throws SAML2Exception { method in class:ProtocolFactory
347 public Extensions createExtensions(String value) throws SAML2Exception { method in class:ProtocolFactory
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java208 Extensions extensions = createExtensions(extensionsList);
722 createExtensions(List extensionsList) throws SAML2Exception { method in class:LogoutUtil
725 extensions = ProtocolFactory.getInstance().createExtensions();
H A DSPSSOFederate.java821 Extensions extensions = createExtensions(extensionsList);
1169 createExtensions(List extensionsList) throws SAML2Exception { method in class:SPSSOFederate
1173 ProtocolFactory.getInstance().createExtensions();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java210 Extensions extensions = createExtensions(extensionsList);
724 createExtensions(List extensionsList) throws SAML2Exception { method in class:LogoutUtil
727 extensions = ProtocolFactory.getInstance().createExtensions();
H A DSPSSOFederate.java837 Extensions extensions = createExtensions(extensionsList);
1182 createExtensions(List extensionsList) throws SAML2Exception { method in class:SPSSOFederate
1186 ProtocolFactory.getInstance().createExtensions();

Completed in 64 milliseconds