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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-