Class TokenCancellerParameters


  • public class TokenCancellerParameters
    extends Object
    This class encapsulates the parameters that will be passed to a TokenCanceller instance to cancel a token. It consists of both parameters that have been extracted from the request, as well as configuration specific to the Operation itself (STSPropertiesMBean etc.)
    • Constructor Detail

      • TokenCancellerParameters

        public TokenCancellerParameters()
    • Method Detail

      • getTokenStore

        public org.apache.cxf.ws.security.tokenstore.TokenStore getTokenStore()
      • setTokenStore

        public void setTokenStore​(org.apache.cxf.ws.security.tokenstore.TokenStore tokenStore)
      • setTokenRequirements

        public void setTokenRequirements​(TokenRequirements tokenRequirements)
      • setKeyRequirements

        public void setKeyRequirements​(KeyRequirements keyRequirements)
      • setPrincipal

        public void setPrincipal​(Principal principal)
      • getPrincipal

        public Principal getPrincipal()
      • setMessageContext

        public void setMessageContext​(Map<String,​Object> messageContext)