public abstract class SoapTokenProviderBase extends Object implements org.apache.cxf.sts.token.provider.TokenProvider
Modifier and Type | Class and Description |
---|---|
protected static class |
SoapTokenProviderBase.AuthenticationContextMapperState |
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
protected XMLUtilities |
xmlUtilities |
Constructor and Description |
---|
SoapTokenProviderBase(SoapSTSAccessTokenProvider soapSTSAccessTokenProvider,
XMLUtilities xmlUtilities,
org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
protected SoapTokenProviderBase.AuthenticationContextMapperState |
getAuthenticationContextMapperState(org.apache.cxf.sts.token.provider.TokenProviderParameters tokenProviderParameters) |
protected String |
getTokenGenerationServiceConsumptionToken() |
protected void |
invalidateTokenGenerationServiceConsumptionToken(String consumptionToken) |
protected boolean |
isDelegatedIssueOperation(org.apache.cxf.sts.token.provider.TokenProviderParameters tokenProviderParameters) |
protected final org.slf4j.Logger logger
protected final XMLUtilities xmlUtilities
public SoapTokenProviderBase(SoapSTSAccessTokenProvider soapSTSAccessTokenProvider, XMLUtilities xmlUtilities, org.slf4j.Logger logger)
protected String getTokenGenerationServiceConsumptionToken() throws TokenCreationException
TokenCreationException
protected void invalidateTokenGenerationServiceConsumptionToken(String consumptionToken)
protected SoapTokenProviderBase.AuthenticationContextMapperState getAuthenticationContextMapperState(org.apache.cxf.sts.token.provider.TokenProviderParameters tokenProviderParameters)
protected boolean isDelegatedIssueOperation(org.apache.cxf.sts.token.provider.TokenProviderParameters tokenProviderParameters)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.