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

Packages that use OneTimeUse
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 OneTimeUse in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return OneTimeUse
 OneTimeUse Conditions.getOneTimeUse()
          Gets the OneTimeUse condition for the assertion.
 

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

Classes in org.opensaml.saml2.core.impl that implement OneTimeUse
 class OneTimeUseImpl
          Concrete implementation of OneTimeUse.
 

Methods in org.opensaml.saml2.core.impl that return OneTimeUse
 OneTimeUse OneTimeUseBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 OneTimeUse OneTimeUseBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 OneTimeUse ConditionsImpl.getOneTimeUse()
          Gets the OneTimeUse condition for the assertion.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.