com.ibm.wsspi.wssecurity.core.token.config

Interface RequesterConfiguration

  • All Superinterfaces:
    Configuration
    All Known Subinterfaces:
    RequesterConfig, RequesterConfig


    public interface RequesterConfiguration
    extends Configuration
    These are the RSTT settings that can be set on the trust client's RequestorConfig instance. They configure the information included in a trust request.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface and Description
      static interface  RequesterConfiguration.RSTT
      WS-Trust 1.2 keys for RequesterConfig used to specify the content of the RequestSecurityToken trust request.
      static interface  RequesterConfiguration.RSTT13
      WS-Trust 1.3 keys for RequesterConfig used to specify the content of the RequestSecurityToken trust request.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.Map<java.lang.String,java.lang.String> getRSTTProperties()
      Returns the map of current RSTT settings.
      void setRSTTProperties(java.util.Map<java.lang.String,java.lang.String> map)
      Adds additional settings to the current the map of RSTT settings.
    • Method Detail

      • getRSTTProperties

        java.util.Map<java.lang.String,java.lang.String> getRSTTProperties()
        Returns the map of current RSTT settings.
      • setRSTTProperties

        void setRSTTProperties(java.util.Map<java.lang.String,java.lang.String> map)
        Adds additional settings to the current the map of RSTT settings.
IBM WebSphere Application ServerTM
Release 9.0