public class TokenRequirements extends Object
Constructor and Description |
---|
TokenRequirements() |
Modifier and Type | Method and Description |
---|---|
ReceivedToken |
getActAs() |
Element |
getAppliesTo() |
ReceivedToken |
getCancelTarget() |
String |
getContext() |
Lifetime |
getLifetime() |
ReceivedToken |
getOnBehalfOf() |
Participants |
getParticipants() |
ClaimCollection |
getPrimaryClaims() |
Renewing |
getRenewing() |
ReceivedToken |
getRenewTarget() |
ClaimCollection |
getSecondaryClaims() |
String |
getTokenType() |
ReceivedToken |
getValidateTarget() |
void |
setActAs(ReceivedToken actAs) |
void |
setAppliesTo(Element appliesTo) |
void |
setCancelTarget(ReceivedToken cancelTarget) |
void |
setContext(String context) |
void |
setLifetime(Lifetime lifetime) |
void |
setOnBehalfOf(ReceivedToken onBehalfOf) |
void |
setParticipants(Participants participants) |
void |
setPrimaryClaims(ClaimCollection primaryClaims) |
void |
setRenewing(Renewing renewing) |
void |
setRenewTarget(ReceivedToken renewTarget) |
void |
setSecondaryClaims(ClaimCollection secondaryClaims) |
void |
setTokenType(String tokenType) |
void |
setValidateTarget(ReceivedToken validateTarget) |
public Renewing getRenewing()
public void setRenewing(Renewing renewing)
public String getTokenType()
public void setTokenType(String tokenType)
public ReceivedToken getCancelTarget()
public void setCancelTarget(ReceivedToken cancelTarget)
public ReceivedToken getRenewTarget()
public void setRenewTarget(ReceivedToken renewTarget)
public Element getAppliesTo()
public void setAppliesTo(Element appliesTo)
public String getContext()
public void setContext(String context)
public ReceivedToken getValidateTarget()
public void setValidateTarget(ReceivedToken validateTarget)
public ReceivedToken getOnBehalfOf()
public void setOnBehalfOf(ReceivedToken onBehalfOf)
public ReceivedToken getActAs()
public void setActAs(ReceivedToken actAs)
public Lifetime getLifetime()
public void setLifetime(Lifetime lifetime)
public ClaimCollection getPrimaryClaims()
public void setPrimaryClaims(ClaimCollection primaryClaims)
public ClaimCollection getSecondaryClaims()
public void setSecondaryClaims(ClaimCollection secondaryClaims)
public Participants getParticipants()
public void setParticipants(Participants participants)
Apache CXF