Class RequestedUnattachedReferenceImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
com.sun.xml.ws.security.trust.impl.wssx.elements.RequestedUnattachedReferenceImpl
- All Implemented Interfaces:
RequestedReference,RequestedUnattachedReference
public class RequestedUnattachedReferenceImpl
extends RequestedReferenceType
implements RequestedUnattachedReference
Implementation for RequestedUnattachedReference.
- 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
-
RequestedUnattachedReferenceImpl
public RequestedUnattachedReferenceImpl() -
RequestedUnattachedReferenceImpl
-
RequestedUnattachedReferenceImpl
-
-
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
-