PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.ws.addressing.EndpointReferenceType

Packages that use EndpointReferenceType
org.picketlink.identity.federation.core.wstrust   
org.picketlink.identity.federation.core.wstrust.wrappers   
org.picketlink.identity.federation.core.wstrust.writers   
 

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

Methods in org.picketlink.identity.federation.core.wstrust that return EndpointReferenceType
static EndpointReferenceType WSTrustUtil.createIssuer(String addressUri)
          Given an address, create the WS-Addressing issuer
 

Uses of EndpointReferenceType in org.picketlink.identity.federation.core.wstrust.wrappers
 

Methods in org.picketlink.identity.federation.core.wstrust.wrappers that return EndpointReferenceType
 EndpointReferenceType RequestSecurityToken.getIssuer()
           Obtains the issuer of the token included in the request in the scenarios where the requestor is obtaining a token on behalf of another party.
 EndpointReferenceType RequestSecurityTokenResponse.getIssuer()
           Obtains the issuer of the token included in the request in the scenarios where the requestor is obtaining a token on behalf of another party.
 

Methods in org.picketlink.identity.federation.core.wstrust.wrappers with parameters of type EndpointReferenceType
 void RequestSecurityToken.setIssuer(EndpointReferenceType issuer)
           Sets the issuer of the token included in the request in scenarios where the requestor is obtaining a token on behalf of another party.
 void RequestSecurityTokenResponse.setIssuer(EndpointReferenceType issuer)
           Sets the issuer of the token included in the request in scenarios where the requestor is obtaining a token on behalf of another party.
 

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

Methods in org.picketlink.identity.federation.core.wstrust.writers with parameters of type EndpointReferenceType
 void WSAddressingWriter.write(EndpointReferenceType endpointReference)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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