org.opensaml.saml1.core.impl
Class DoNotCacheConditionBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<SAMLObjectType>
org.opensaml.common.impl.AbstractSAMLObjectBuilder<DoNotCacheCondition>
org.opensaml.saml1.core.impl.DoNotCacheConditionBuilder
- All Implemented Interfaces:
- SAMLObjectBuilder<DoNotCacheCondition>, XMLObjectBuilder<DoNotCacheCondition>
public class DoNotCacheConditionBuilder
- extends AbstractSAMLObjectBuilder<DoNotCacheCondition>
Builder of DoNotCacheConditionImpl objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoNotCacheConditionBuilder
public DoNotCacheConditionBuilder()
- Constructor.
buildObject
public DoNotCacheCondition buildObject()
- Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- Specified by:
buildObject in interface SAMLObjectBuilder<DoNotCacheCondition>- Specified by:
buildObject in class AbstractSAMLObjectBuilder<DoNotCacheCondition>
- Returns:
- built SAMLObject
buildObject
public DoNotCacheCondition buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject in interface XMLObjectBuilder<DoNotCacheCondition>- Specified by:
buildObject in class AbstractXMLObjectBuilder<DoNotCacheCondition>
Copyright © 1999-2013. All Rights Reserved.