Uses of Interface
org.opensaml.ws.wsfed.AppliesTo

Packages that use AppliesTo
org.opensaml.ws.wsfed   
org.opensaml.ws.wsfed.impl   
 

Uses of AppliesTo in org.opensaml.ws.wsfed
 

Methods in org.opensaml.ws.wsfed that return AppliesTo
 AppliesTo RequestSecurityTokenResponse.getAppliesTo()
          Gets the entity to which the token applies.
 

Methods in org.opensaml.ws.wsfed with parameters of type AppliesTo
 void RequestSecurityTokenResponse.setAppliesTo(AppliesTo appliesTo)
          Set the entity to which the token applies.
 

Uses of AppliesTo in org.opensaml.ws.wsfed.impl
 

Classes in org.opensaml.ws.wsfed.impl that implement AppliesTo
 class AppliesToImpl
          Implementation of the AppliesTo Object.
 

Methods in org.opensaml.ws.wsfed.impl that return AppliesTo
 AppliesTo AppliesToBuilder.buildObject()
          Builds a WS-Federation object using its default element name.
 AppliesTo AppliesToBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 AppliesTo RequestSecurityTokenResponseImpl.getAppliesTo()
          Gets the entity to which the token applies.
 

Methods in org.opensaml.ws.wsfed.impl with parameters of type AppliesTo
 void RequestSecurityTokenResponseImpl.setAppliesTo(AppliesTo newappliesTo)
          Set the entity to which the token applies.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.