Interface RequestedReference
-
- All Known Subinterfaces:
RequestedAttachedReference,RequestedUnattachedReference
public interface RequestedReferenceThe 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 SecurityTokenReferencegetSTR()Gets the value of the securityTokenReference property.voidsetSTR(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
-
-