public class TokenRenewerResponse extends Object
Constructor and Description |
---|
TokenRenewerResponse() |
Modifier and Type | Method and Description |
---|---|
TokenReference |
getAttachedReference()
Get the attached TokenReference
|
long |
getLifetime()
Get the lifetime of the Token to be returned in seconds
|
Element |
getToken()
Get the token
|
String |
getTokenId()
Get the token Id
|
TokenReference |
getUnAttachedReference()
Get the unattached TokenReference
|
void |
setAttachedReference(TokenReference attachedReference)
Set the attached TokenReference
|
void |
setLifetime(long lifetime)
Set the lifetime of the Token to be returned in seconds
|
void |
setToken(Element token)
Set the token
|
void |
setTokenId(String tokenId)
Set the token Id
|
void |
setUnattachedReference(TokenReference unattachedReference)
Set the unattached TokenReference
|
public void setToken(Element token)
token
- the token to setpublic Element getToken()
public void setTokenId(String tokenId)
tokenId
- the token Idpublic String getTokenId()
public void setLifetime(long lifetime)
lifetime
- the lifetime of the Token to be returned in secondspublic long getLifetime()
public void setAttachedReference(TokenReference attachedReference)
attachtedReference
- the attached TokenReferencepublic TokenReference getAttachedReference()
public void setUnattachedReference(TokenReference unattachedReference)
unAttachedReference
- Set the unattached TokenReferencepublic TokenReference getUnAttachedReference()
Apache CXF