Package | Description |
---|---|
org.apache.cxf.sts.operation | |
org.apache.cxf.sts.token.delegation |
Modifier and Type | Field and Description |
---|---|
protected List<TokenDelegationHandler> |
AbstractOperation.delegationHandlers |
Modifier and Type | Method and Description |
---|---|
List<TokenDelegationHandler> |
AbstractOperation.getDelegationHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOperation.setDelegationHandlers(List<TokenDelegationHandler> delegationHandlers) |
Modifier and Type | Class and Description |
---|---|
class |
HOKDelegationHandler
This TokenDelegationHandler implementation extends the Default implementation to allow SAML
Tokens with HolderOfKey Subject Confirmation.
|
class |
SAMLDelegationHandler
The SAML TokenDelegationHandler implementation.
|
class |
UsernameTokenDelegationHandler
This TokenDelegationHandler implementation allows UsernameTokens for OnBehalfOf/ActAs.
|
Apache CXF