Class RequestedAttachedReferenceImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
com.sun.xml.ws.security.trust.impl.wssx.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.wssx.bindings.RequestedReferenceType
securityTokenReference -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetSTR()Gets the value of the securityTokenReference property.voidSets the value of the securityTokenReference property.Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
getSecurityTokenReference, setSecurityTokenReference
-
Constructor Details
-
RequestedAttachedReferenceImpl
public RequestedAttachedReferenceImpl() -
RequestedAttachedReferenceImpl
-
RequestedAttachedReferenceImpl
-
-
Method Details
-
getSTR
Description copied from interface:RequestedReferenceGets the value of the securityTokenReference property.- Specified by:
getSTRin interfaceRequestedReference- Returns:
SecurityTokenReference
-
setSTR
Description copied from interface:RequestedReferenceSets the value of the securityTokenReference property.- Specified by:
setSTRin interfaceRequestedReference- Parameters:
str-SecurityTokenReference
-