com.sun.xml.ws.security.trust.elements
Interface RequestedReference

All Known Subinterfaces:
RequestedAttachedReference, RequestedUnattachedReference
All Known Implementing Classes:
RequestedAttachedReferenceImpl, RequestedAttachedReferenceImpl, RequestedUnattachedReferenceImpl, RequestedUnattachedReferenceImpl

public interface RequestedReference

The trust spec talks about RequestedAttachedReference, RequestedUnAttachedReference (in section 6.2) Base class for these two above.

Author:
WS-Trust Implementation Team.

Method Summary
 SecurityTokenReference getSTR()
          Gets the value of the securityTokenReference property.
 void setSTR(SecurityTokenReference value)
          Sets the value of the securityTokenReference property.
 

Method Detail

getSTR

SecurityTokenReference getSTR()
Gets the value of the securityTokenReference property.

Returns:
SecurityTokenReference

setSTR

void setSTR(SecurityTokenReference value)
Sets the value of the securityTokenReference property.

Parameters:
value - SecurityTokenReference


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.