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
Constructors Constructor Description RequestedAttachedReferenceImpl()RequestedAttachedReferenceImpl(SecurityTokenReference str)RequestedAttachedReferenceImpl(RequestedReferenceType rrType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityTokenReferencegetSTR()Gets the value of the securityTokenReference property.voidsetSTR(SecurityTokenReference str)Sets the value of the securityTokenReference property.-
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
getSecurityTokenReference, setSecurityTokenReference
-
-
-
-
Constructor Detail
-
RequestedAttachedReferenceImpl
public RequestedAttachedReferenceImpl()
-
RequestedAttachedReferenceImpl
public RequestedAttachedReferenceImpl(SecurityTokenReference str)
-
RequestedAttachedReferenceImpl
public RequestedAttachedReferenceImpl(RequestedReferenceType rrType) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getSTR
public SecurityTokenReference getSTR()
Description copied from interface:RequestedReferenceGets the value of the securityTokenReference property.- Specified by:
getSTRin interfaceRequestedReference- Returns:
SecurityTokenReference
-
setSTR
public void setSTR(SecurityTokenReference str)
Description copied from interface:RequestedReferenceSets the value of the securityTokenReference property.- Specified by:
setSTRin interfaceRequestedReference- Parameters:
str-SecurityTokenReference
-
-