PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use AppliesTo
org.picketlink.identity.federation.core.wstrust   
org.picketlink.identity.federation.core.wstrust.wrappers   
org.picketlink.identity.federation.core.wstrust.writers   
org.picketlink.identity.federation.ws.policy   
 

Uses of AppliesTo in org.picketlink.identity.federation.core.wstrust
 

Methods in org.picketlink.identity.federation.core.wstrust that return AppliesTo
static AppliesTo WSTrustUtil.createAppliesTo(String endpointURI)
           Creates an instance of AppliesTo using the specified endpoint address.
 

Methods in org.picketlink.identity.federation.core.wstrust with parameters of type AppliesTo
static 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.picketlink.identity.federation.core.wstrust.wrappers
 

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

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

Uses of AppliesTo in org.picketlink.identity.federation.core.wstrust.writers
 

Methods in org.picketlink.identity.federation.core.wstrust.writers with parameters of type AppliesTo
 void WSPolicyWriter.write(AppliesTo appliesTo)
          Write an AppliesTo to the stream
 

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

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

Methods in org.picketlink.identity.federation.ws.policy that return AppliesTo
 AppliesTo PolicyAttachment.getAppliesTo()
          Gets the value of the appliesTo property.
 

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


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.