Class ExternalContextImpl

java.lang.Object
org.gatein.management.runtime.ExternalContextImpl
All Implemented Interfaces:
org.gatein.management.api.ExternalContext

public class ExternalContextImpl extends Object implements org.gatein.management.api.ExternalContext
Author:
Nick Scavelli
  • Constructor Details

    • ExternalContextImpl

      public ExternalContextImpl()
  • Method Details

    • getRemoteUser

      public String getRemoteUser()
      Specified by:
      getRemoteUser in interface org.gatein.management.api.ExternalContext
    • isUserInRole

      public boolean isUserInRole(String role)
      Specified by:
      isUserInRole in interface org.gatein.management.api.ExternalContext