Uses of Class
org.jboss.identity.federation.ws.policy.AppliesTo

Packages that use AppliesTo
org.jboss.identity.federation.api.wstrust   
org.jboss.identity.federation.api.wstrust.protocol   
org.jboss.identity.federation.ws.policy   
 

Uses of AppliesTo in org.jboss.identity.federation.api.wstrust
 

Methods in org.jboss.identity.federation.api.wstrust with parameters of type AppliesTo
static java.lang.String WSTrustUtil.parseAppliesTo(AppliesTo appliesTo)
           Parses the contents of the AppliesTo element and returns the address the uniquely identify the service provider.
 

Uses of AppliesTo in org.jboss.identity.federation.api.wstrust.protocol
 

Methods in org.jboss.identity.federation.api.wstrust.protocol that return AppliesTo
 AppliesTo RequestSecurityTokenResponse.getAppliesTo()
           Obtains the scope to which the security token applies.
 AppliesTo RequestSecurityToken.getAppliesTo()
           Obtains the AppliesTo value of this request.
 

Methods in org.jboss.identity.federation.api.wstrust.protocol with parameters of type AppliesTo
 void RequestSecurityTokenResponse.setAppliesTo(AppliesTo appliesTo)
           Sets the scope to which the security token applies.
 void RequestSecurityToken.setAppliesTo(AppliesTo appliesTo)
           Sets the AppliesTo value of this request.
 

Uses of AppliesTo in org.jboss.identity.federation.ws.policy
 

Fields in org.jboss.identity.federation.ws.policy declared as AppliesTo
protected  AppliesTo PolicyAttachment.appliesTo
           
 

Methods in org.jboss.identity.federation.ws.policy that return AppliesTo
 AppliesTo ObjectFactory.createAppliesTo()
          Create an instance of AppliesTo
 AppliesTo PolicyAttachment.getAppliesTo()
          Gets the value of the appliesTo property.
 

Methods in org.jboss.identity.federation.ws.policy with parameters of type AppliesTo
 void PolicyAttachment.setAppliesTo(AppliesTo value)
          Sets the value of the appliesTo property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.