public class AuthnAuthorityDescriptorBuilder extends AbstractSAMLObjectBuilder<AuthnAuthorityDescriptor>
AuthnAuthorityDescriptorImpl
objects.Constructor and Description |
---|
AuthnAuthorityDescriptorBuilder()
Constructor
|
Modifier and Type | Method and Description |
---|---|
AuthnAuthorityDescriptor |
buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AuthnAuthorityDescriptor |
buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
buildObject, buildObject, buildObject, buildObject
public AuthnAuthorityDescriptorBuilder()
public AuthnAuthorityDescriptor buildObject()
buildObject
in interface SAMLObjectBuilder<AuthnAuthorityDescriptor>
buildObject
in class AbstractSAMLObjectBuilder<AuthnAuthorityDescriptor>
public AuthnAuthorityDescriptor buildObject(String namespaceURI, String localName, String namespacePrefix)
buildObject
in interface org.opensaml.xml.XMLObjectBuilder<AuthnAuthorityDescriptor>
buildObject
in class org.opensaml.xml.AbstractXMLObjectBuilder<AuthnAuthorityDescriptor>
Copyright © 1999-2013. All Rights Reserved.