Class RequestedAttachedReferenceImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.bindings.RequestedReferenceType
-
- com.sun.xml.ws.security.trust.impl.elements.RequestedAttachedReferenceImpl
-
- All Implemented Interfaces:
RequestedAttachedReference
,RequestedReference
public class RequestedAttachedReferenceImpl extends RequestedReferenceType implements RequestedAttachedReference
Implementation for RequestedAttachedReference.- Author:
- Manveen Kaur
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestedReferenceType
securityTokenReference
-
-
Constructor Summary
Constructors Constructor Description RequestedAttachedReferenceImpl()
RequestedAttachedReferenceImpl(SecurityTokenReference str)
RequestedAttachedReferenceImpl(RequestedReferenceType rrType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityTokenReference
getSTR()
Gets the value of the securityTokenReference property.void
setSTR(SecurityTokenReference str)
Sets the value of the securityTokenReference property.-
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestedReferenceType
getSecurityTokenReference, setSecurityTokenReference
-
-
-
-
Constructor Detail
-
RequestedAttachedReferenceImpl
public RequestedAttachedReferenceImpl()
-
RequestedAttachedReferenceImpl
public RequestedAttachedReferenceImpl(SecurityTokenReference str)
-
RequestedAttachedReferenceImpl
public RequestedAttachedReferenceImpl(RequestedReferenceType rrType)
-
-
Method Detail
-
getSTR
public SecurityTokenReference getSTR()
Description copied from interface:RequestedReference
Gets the value of the securityTokenReference property.- Specified by:
getSTR
in interfaceRequestedReference
- Returns:
SecurityTokenReference
-
setSTR
public final void setSTR(SecurityTokenReference str)
Description copied from interface:RequestedReference
Sets the value of the securityTokenReference property.- Specified by:
setSTR
in interfaceRequestedReference
- Parameters:
str
-SecurityTokenReference
-
-