Class TokenValidatorParameters

java.lang.Object
org.apache.cxf.sts.token.validator.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 Details

    • TokenValidatorParameters

      public TokenValidatorParameters()
  • Method Details