Class DefaultSTSConfiguration

    • Constructor Detail

      • DefaultSTSConfiguration

        public DefaultSTSConfiguration()
    • Method Detail

      • setType

        public void setType​(String type)
      • getType

        public String getType()
        Description copied from interface: STSConfiguration
        Gets the implementation class of WSTrustContract for this STS.
        Specified by:
        getType in interface STSConfiguration
        Returns:
        class name
      • setIssuer

        public void setIssuer​(String issuer)
      • setEncryptIssuedToken

        public void setEncryptIssuedToken​(boolean encryptIssuedToken)
      • setEncryptIssuedKey

        public void setEncryptIssuedKey​(boolean encryptIssuedKey)
      • setIssuedTokenTimeout

        public void setIssuedTokenTimeout​(long issuedTokenTimeout)
      • getOtherOptions

        public Map<String,​Object> getOtherOptions()
        Description copied from interface: STSConfiguration
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is any object. the map returned by this method is live, and you can add new attribute by updating the map directly.

        Specified by:
        getOtherOptions in interface STSConfiguration
        Returns:
        always non-null