Class RequestSecurityToken

    • Constructor Detail

      • RequestSecurityToken

        public RequestSecurityToken()
    • Method Detail

      • getRequestType

        public String getRequestType()
        Returns the request type
        Returns:
        the request type.
      • setRequestType

        public void setRequestType​(String requestType)
        Sets the request type.
        Parameters:
        requestType - the request type
      • getTokenType

        public String getTokenType()
        Returns the token type.
        Returns:
        the token type.
      • setTokenType

        public void setTokenType​(String tokenType)
        Sets the token type.
        Parameters:
        tokenType - the token type.
      • getAppliesTo

        public String getAppliesTo()
        Returns the appliesTo attribute.
        Returns:
        the appliesTo attribute
      • setAppliesTo

        public void setAppliesTo​(String appliesTo)
        Sets the appliesTo attribute.
        Parameters:
        appliesTo - the appliesTo attribute.
      • getOnBehalfOf

        public Element getOnBehalfOf()
        Returns the OnBehalfOf Element
        Returns:
        the OnBehalfOf Element
      • setOnBehalfOf

        public void setOnBehalfOf​(Element oboToken)
        Sets the Ob behalf of token.
        Parameters:
        oboToken - the on behalf of token.
      • getKeyType

        public String getKeyType()
        Returns the keytype
        Returns:
        the keytype.
      • setKeyType

        public void setKeyType​(String keyType)
        Sets the keytype
        Parameters:
        keyType - the keytype.
      • getClaimTypes

        public List getClaimTypes()
        Returns the list of claim types.
        Returns:
        the list of claim types.
      • setClaimTypes

        public void setClaimTypes​(List claimTypes)
        Sets the list of claim types
        Parameters:
        claimTypes - the list of claim types.
      • toDOMElement

        public abstract Element toDOMElement()
                                      throws WSTException
        Returns the DOM Element representation for the request security token.
        Returns:
        the DOM Element representation for the request security token.
        Throws:
        com.sun.identity.wss.sts.protocol.WSTException
        WSTException
      • toXMLString

        public abstract String toXMLString()
                                    throws WSTException
        Converts into XML String
        Returns:
        the XML String for RequestSecurityToken.
        Throws:
        WSTException