Package org.wso2.carbon.apimgt.impl.token
-
Interface Summary Interface Description ApiKeyGenerator This interface encapsulates an apikey generator Anyone trying to customize the apikey generation or signing can either implement the interface or extend the default implementation given in org.wso2.carbon.apimgt.impl.token.DefaultApiKeyGenerator and mention the fully qualified class name in deployment.toml [apim.devportal] api_key_generator_impl =ClaimsRetriever This interface encapsulates a user claims retriever.RevokedTokenService TokenRevocationNotifier This interface can be used to send a revoked token on realtime or to a persistent storage. -
Class Summary Class Description DefaultApiKeyGenerator DefaultClaimsRetriever This class is the default implementation of ClaimsRetriever.ExtendedDefaultClaimsRetriever InternalAPIKeyGenerator