public class TokenDelegationResponse extends Object
Constructor and Description |
---|
TokenDelegationResponse() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
ReceivedToken |
getToken() |
boolean |
isDelegationAllowed() |
void |
setAdditionalProperties(Map<String,Object> additionalProperties) |
void |
setDelegationAllowed(boolean delegationAllowed) |
void |
setToken(ReceivedToken token) |
public ReceivedToken getToken()
public void setToken(ReceivedToken token)
public void setAdditionalProperties(Map<String,Object> additionalProperties)
public boolean isDelegationAllowed()
public void setDelegationAllowed(boolean delegationAllowed)
Apache CXF