|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.security.trust.impl.bindings.DelegateToType
com.sun.xml.ws.security.trust.impl.elements.DelegateToImpl
public class DelegateToImpl
Field Summary |
---|
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.DelegateToType |
---|
any |
Constructor Summary | |
---|---|
DelegateToImpl(com.sun.xml.ws.security.trust.impl.bindings.DelegateToType ctType)
|
|
DelegateToImpl(SecurityTokenReference str)
|
|
DelegateToImpl(com.sun.xml.ws.security.Token token)
|
Method Summary | |
---|---|
SecurityTokenReference |
getSecurityTokenReference()
Get the STR contained in this DelegateTo instance |
java.lang.String |
getTargetType()
Get the type of the DelegateTo information item |
com.sun.xml.ws.security.Token |
getToken()
Get the Token contained in this DelegateTo instance |
void |
setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token as the contents of DelegateTo |
void |
setTargetType(java.lang.String ttype)
Set the type of the DelegateTo information item |
void |
setToken(com.sun.xml.ws.security.Token token)
Set the Token as the contents of DelegateTo |
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.DelegateToType |
---|
getAny, setAny |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.xml.ws.security.trust.elements.DelegateTo |
---|
getAny, setAny |
Constructor Detail |
---|
public DelegateToImpl(SecurityTokenReference str)
public DelegateToImpl(com.sun.xml.ws.security.Token token)
public DelegateToImpl(com.sun.xml.ws.security.trust.impl.bindings.DelegateToType ctType)
Method Detail |
---|
public java.lang.String getTargetType()
DelegateTo
getTargetType
in interface DelegateTo
String
public final void setTargetType(java.lang.String ttype)
DelegateTo
setTargetType
in interface DelegateTo
ttype
- String
public final void setSecurityTokenReference(SecurityTokenReference ref)
DelegateTo
setSecurityTokenReference
in interface DelegateTo
public SecurityTokenReference getSecurityTokenReference()
DelegateTo
getSecurityTokenReference
in interface DelegateTo
public final void setToken(com.sun.xml.ws.security.Token token)
DelegateTo
setToken
in interface DelegateTo
public com.sun.xml.ws.security.Token getToken()
DelegateTo
getToken
in interface DelegateTo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |