Class TokenValidatorParameters


  • public class TokenValidatorParameters
    extends Object
    This class encapsulates the parameters that will be passed to a TokenValidator instance to validate 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

      • TokenValidatorParameters

        public TokenValidatorParameters()
    • 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()
      • setRealm

        public void setRealm​(String realm)
      • getRealm

        public String getRealm()
      • setMessageContext

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