Uses of Interface
org.opensaml.saml2.core.Terminate

Packages that use Terminate
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
 

Uses of Terminate in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return Terminate
 Terminate ManageNameIDRequest.getTerminate()
          Get the Terminate of the request.
 

Methods in org.opensaml.saml2.core with parameters of type Terminate
 void ManageNameIDRequest.setTerminate(Terminate newTerminate)
          Set the Terminate of the request.
 

Uses of Terminate in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement Terminate
 class TerminateImpl
          Concrete implementation of Terminate.
 

Methods in org.opensaml.saml2.core.impl that return Terminate
 Terminate TerminateBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Terminate TerminateBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Terminate ManageNameIDRequestImpl.getTerminate()
          Get the Terminate of the request.
 

Methods in org.opensaml.saml2.core.impl with parameters of type Terminate
 void ManageNameIDRequestImpl.setTerminate(Terminate newTerminate)
          Set the Terminate of the request.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.