| Modifier and Type | Method and Description |
|---|---|
TokenRequirements |
ClaimsParameters.getTokenRequirements() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClaimsParameters.setTokenRequirements(TokenRequirements tokenRequirements) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType |
TokenIssueOperation.createResponse(EncryptionProperties encryptionProperties,
TokenProviderResponse tokenResponse,
TokenRequirements tokenRequirements,
KeyRequirements keyRequirements) |
protected org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType |
TokenRenewOperation.createResponse(EncryptionProperties encryptionProperties,
TokenRenewerResponse tokenRenewerResponse,
TokenRequirements tokenRequirements,
KeyRequirements keyRequirements) |
protected org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType |
TokenCancelOperation.createResponse(TokenRequirements tokenRequirements) |
protected org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType |
TokenValidateOperation.createResponse(TokenValidatorResponse tokenResponse,
TokenProviderResponse tokenProviderResponse,
TokenRequirements tokenRequirements) |
protected TokenValidatorResponse |
AbstractOperation.validateReceivedToken(Principal principal,
Map<String,Object> messageContext,
String realm,
TokenRequirements tokenRequirements,
ReceivedToken token) |
| Modifier and Type | Method and Description |
|---|---|
TokenRequirements |
RequestRequirements.getTokenRequirements() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestRequirements.setTokenRequirements(TokenRequirements tokenRequirements) |
| Modifier and Type | Method and Description |
|---|---|
TokenRequirements |
TokenCancellerParameters.getTokenRequirements() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenCancellerParameters.setTokenRequirements(TokenRequirements tokenRequirements) |
| Modifier and Type | Method and Description |
|---|---|
TokenRequirements |
TokenDelegationParameters.getTokenRequirements() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenDelegationParameters.setTokenRequirements(TokenRequirements tokenRequirements) |
| Modifier and Type | Method and Description |
|---|---|
TokenRequirements |
TokenProviderParameters.getTokenRequirements() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenProviderParameters.setTokenRequirements(TokenRequirements tokenRequirements) |
| Modifier and Type | Method and Description |
|---|---|
TokenRequirements |
TokenRenewerParameters.getTokenRequirements() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenRenewerParameters.setTokenRequirements(TokenRequirements tokenRequirements) |
| Modifier and Type | Method and Description |
|---|---|
TokenRequirements |
TokenValidatorParameters.getTokenRequirements() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenValidatorParameters.setTokenRequirements(TokenRequirements tokenRequirements) |
Apache CXF