|
||||||||||
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.RenewTargetType
com.sun.xml.ws.security.trust.impl.elements.RenewTargetImpl
public class RenewTargetImpl
Target specifying the Security token to be renewed.
Field Summary |
---|
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.RenewTargetType |
---|
any |
Constructor Summary | |
---|---|
RenewTargetImpl(com.sun.xml.ws.security.trust.impl.bindings.RenewTargetType rnType)
|
|
RenewTargetImpl(SecurityTokenReference str)
|
|
RenewTargetImpl(com.sun.xml.ws.security.Token token)
|
Method Summary | |
---|---|
SecurityTokenReference |
getSecurityTokenReference()
Get the STR for the Token to be renewed |
java.lang.String |
getTargetType()
Get the type of the renew Target information item |
com.sun.xml.ws.security.Token |
getToken()
Get the Token to be renewed |
void |
setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token to be renewed |
void |
setTargetType(java.lang.String ttype)
Set the type of the renew Target information item |
void |
setToken(com.sun.xml.ws.security.Token token)
Set the Token to be renewed |
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.RenewTargetType |
---|
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.RenewTarget |
---|
getAny, setAny |
Constructor Detail |
---|
public RenewTargetImpl(SecurityTokenReference str)
public RenewTargetImpl(com.sun.xml.ws.security.Token token)
public RenewTargetImpl(com.sun.xml.ws.security.trust.impl.bindings.RenewTargetType rnType)
Method Detail |
---|
public java.lang.String getTargetType()
RenewTarget
getTargetType
in interface RenewTarget
public final void setTargetType(java.lang.String ttype)
RenewTarget
setTargetType
in interface RenewTarget
public final void setSecurityTokenReference(SecurityTokenReference ref)
RenewTarget
setSecurityTokenReference
in interface RenewTarget
public SecurityTokenReference getSecurityTokenReference()
RenewTarget
getSecurityTokenReference
in interface RenewTarget
public final void setToken(com.sun.xml.ws.security.Token token)
RenewTarget
setToken
in interface RenewTarget
public com.sun.xml.ws.security.Token getToken()
RenewTarget
getToken
in interface RenewTarget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |