public class BSTDelegationHandler extends Object implements org.apache.cxf.sts.token.delegation.TokenDelegationHandler
Modifier and Type | Field and Description |
---|---|
static String |
BASE64_ENCODING |
static String |
BST_VALUE_TYPE |
static String |
X509_PKI_PATH |
static String |
X509_V3 |
Constructor and Description |
---|
BSTDelegationHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandleToken(org.apache.cxf.sts.request.ReceivedToken delegateTarget) |
org.apache.cxf.sts.token.delegation.TokenDelegationResponse |
isDelegationAllowed(org.apache.cxf.sts.token.delegation.TokenDelegationParameters tokenParameters) |
public static final String X509_PKI_PATH
public static final String X509_V3
public static final String BASE64_ENCODING
public static final String BST_VALUE_TYPE
public boolean canHandleToken(org.apache.cxf.sts.request.ReceivedToken delegateTarget)
canHandleToken
in interface org.apache.cxf.sts.token.delegation.TokenDelegationHandler
public org.apache.cxf.sts.token.delegation.TokenDelegationResponse isDelegationAllowed(org.apache.cxf.sts.token.delegation.TokenDelegationParameters tokenParameters)
isDelegationAllowed
in interface org.apache.cxf.sts.token.delegation.TokenDelegationHandler
This work is licensed under a Creative Commons Attribution 4.0 International License.