PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.ws.trust.RequestedReferenceType

Packages that use RequestedReferenceType
org.picketlink.identity.federation.core.wstrust   
org.picketlink.identity.federation.core.wstrust.wrappers   
 

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

Methods in org.picketlink.identity.federation.core.wstrust that return RequestedReferenceType
static RequestedReferenceType WSTrustUtil.createRequestedReference(KeyIdentifierType keyIdentifier, Map<QName,String> attributes)
           Creates an instance of RequestedReferenceType with the specified values.
 RequestedReferenceType WSTrustRequestContext.getAttachedReference()
           Obtains the security token attached reference.
 RequestedReferenceType WSTrustRequestContext.getUnattachedReference()
           Obtains the security token unattached reference.
 

Methods in org.picketlink.identity.federation.core.wstrust with parameters of type RequestedReferenceType
 void WSTrustRequestContext.setAttachedReference(RequestedReferenceType attachedReference)
           Sets the security token attached reference.
 void WSTrustRequestContext.setUnattachedReference(RequestedReferenceType unattachedReference)
           Sets the security token unattached reference.
 

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

Methods in org.picketlink.identity.federation.core.wstrust.wrappers that return RequestedReferenceType
 RequestedReferenceType RequestSecurityTokenResponse.getRequestedAttachedReference()
           Obtains the RequestedAttachedReference that indicate how to reference the returned token when that token doesn't support references using URI fragments (XML ID).
 RequestedReferenceType RequestSecurityTokenResponse.getRequestedUnattachedReference()
           Obtains the RequestedUnattachedReference that specifies to indicate how to reference the token when it is not placed inside the message.
 

Methods in org.picketlink.identity.federation.core.wstrust.wrappers with parameters of type RequestedReferenceType
 void RequestSecurityTokenResponse.setRequestedAttachedReference(RequestedReferenceType requestedAttachedReference)
           Sets the RequestedAttachedReference that indicate how to reference the returned token when that token doesn't support references using URI fragments (XML ID).
 void RequestSecurityTokenResponse.setRequestedUnattachedReference(RequestedReferenceType requestedUnattachedReference)
           Sets the RequestedUnattachedReference that specifies to indicate how to reference the token when it is not placed inside the message.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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