Class AuthenticatingAuthorityBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
-
- org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml2.core.AuthenticatingAuthority>
-
- org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityBuilder
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.saml.saml2.core.AuthenticatingAuthority>,org.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.saml.saml2.core.AuthenticatingAuthority>
public class AuthenticatingAuthorityBuilder extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml2.core.AuthenticatingAuthority>Builder forAuthenticatingAuthorityImplobjects.
-
-
Constructor Summary
Constructors Constructor Description AuthenticatingAuthorityBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.saml.saml2.core.AuthenticatingAuthoritybuildObject()org.opensaml.saml.saml2.core.AuthenticatingAuthoritybuildObject(String namespaceURI, String localName, String namespacePrefix)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public org.opensaml.saml.saml2.core.AuthenticatingAuthority buildObject()
- Specified by:
buildObjectin interfaceorg.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.saml.saml2.core.AuthenticatingAuthority>- Specified by:
buildObjectin classorg.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml2.core.AuthenticatingAuthority>
-
buildObject
public org.opensaml.saml.saml2.core.AuthenticatingAuthority buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceorg.opensaml.core.xml.XMLObjectBuilder<org.opensaml.saml.saml2.core.AuthenticatingAuthority>- Specified by:
buildObjectin classorg.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.saml.saml2.core.AuthenticatingAuthority>
-
-