com.sun.xml.ws.security.trust.impl.elements
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestedAttachedReferenceImpl
public RequestedAttachedReferenceImpl()
RequestedAttachedReferenceImpl
public RequestedAttachedReferenceImpl(SecurityTokenReference str)
RequestedAttachedReferenceImpl
public RequestedAttachedReferenceImpl(RequestedReferenceType rrType)
getSTR
public SecurityTokenReference getSTR()
- Description copied from interface:
RequestedReference
- Gets the value of the securityTokenReference property.
- Specified by:
getSTR in interface RequestedReference
- 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 interface RequestedReference
- Parameters:
str - SecurityTokenReference
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.