Interface GenericTransportContext


public interface GenericTransportContext
The GenericTransportContext class.
  • Method Details

    • getRequestURI

      String getRequestURI()
      Gets the request uri.
      Returns:
      the request uri
    • getToken

      GenericTransportToken getToken<wbr>(String tokenName, boolean isVersioned)
      Gets the token.
      Parameters:
      tokenName - the token name
      isVersioned - the is versioned
      Returns:
      the token
    • getParameterValue

      String getParameterValue<wbr>(String parameterName)
      Gets the parameter value.
      Parameters:
      parameterName - the parameter name
      Returns:
      the parameter value
    • setToken

      void setToken<wbr>(GenericTransportToken token, boolean isVersioned)
      Sets the token.
      Parameters:
      token - the token
      isVersioned - the is versioned
    • unsetToken

      void unsetToken<wbr>(String tokenName)
      Unset token.
      Parameters:
      tokenName - the token name
    • unsetToken

      void unsetToken<wbr>(GenericTransportToken token)
      Unset token providing the token object
      Parameters:
      token -
    • setAttribute

      void setAttribute<wbr>(oracle.security.am.common.utilities.constant.CommonAttribute attribute, Object value)
      Sets the attribute.
      Parameters:
      name - the name
      value - the value
    • getAttributeNames

      Iterator<oracle.security.am.common.utilities.constant.CommonAttribute> getAttributeNames()
      Gets the attribute names.
      Returns:
      the attribute names
    • getAttribute

      Object getAttribute<wbr>(oracle.security.am.common.utilities.constant.CommonAttribute attribute)
      Gets the attribute.
      Parameters:
      name - the name
      Returns:
      the attribute
    • setTransportSessionID

      void setTransportSessionID<wbr>(String sessId)
      Sets the session ID for the transport. Http Session ID for http sessions
      Parameters:
      sessId -
    • getTransportSessionID

      String getTransportSessionID()
      Set Session ID for the tranport session.
      Returns:
    • getParameters

      Map<String,<wbr>String> getParameters()
      Gets the parameters.
      Returns:
      the parameters
    • getParameters

      Map<String,<wbr>String> getParameters<wbr>(GenericTransportContext.PARAM_TYPE type)
      Gets the parameters.
      Returns:
      the parameters
    • getAttributes

      Map<String,<wbr>Object[]> getAttributes()
      Gets the attributes.
      Returns:
      the attributes
    • getTransportSession

      Object getTransportSession<wbr>(boolean create)
      Gets the transport session.
      Returns:
      the transport session
    • getErrorCode

      String getErrorCode()
      returns the error code. Error code will be used to disply the Error message at the client console. Error codes will be defined in the UI resource bundle.
      Returns:
      the errorCode
    • setErrorCode

      void setErrorCode<wbr>(String code)
      sets the error code. Error code will be used to disply the Error message at the client console. Error codes will be defined in the UI resource bundle.
      Parameters:
      code - the errorCode to set
    • getSessionStore

      GenericTransportStore getSessionStore()
      Returns:
    • getTransportRequest

      Object getTransportRequest()
      Returns:
    • getLocale

      Locale getLocale()
      Returns:
    • getUserAgent

      String getUserAgent()
      Returns:
    • getRequestMethod

      String getRequestMethod()
      Returns: