Class GeneratedKeyBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
-
- org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.ext.samlec.GeneratedKey>
-
- org.opensaml.saml.ext.samlec.impl.GeneratedKeyBuilder
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.saml.ext.samlec.GeneratedKey>,org.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.saml.ext.samlec.GeneratedKey>
public class GeneratedKeyBuilder extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.ext.samlec.GeneratedKey>A Builder forGeneratedKeyobjects.
-
-
Constructor Summary
Constructors Constructor Description GeneratedKeyBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.saml.ext.samlec.GeneratedKeybuildObject()org.opensaml.saml.ext.samlec.GeneratedKeybuildObject(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.ext.samlec.GeneratedKey buildObject()
- Specified by:
buildObjectin interfaceorg.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.saml.ext.samlec.GeneratedKey>- Specified by:
buildObjectin classorg.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.ext.samlec.GeneratedKey>
-
buildObject
public org.opensaml.saml.ext.samlec.GeneratedKey buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceorg.opensaml.core.xml.XMLObjectBuilder<org.opensaml.saml.ext.samlec.GeneratedKey>- Specified by:
buildObjectin classorg.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.saml.ext.samlec.GeneratedKey>
-
-