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