Class MapResourceServerAdapter

All Implemented Interfaces:
ResourceServer

public class MapResourceServerAdapter extends AbstractResourceServerModel<MapResourceServerEntity>
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Description copied from interface: ResourceServer
      Returns the unique identifier for this instance.
      Returns:
      the unique identifier for this instance
    • isAllowRemoteResourceManagement

      public boolean isAllowRemoteResourceManagement()
      Description copied from interface: ResourceServer
      Indicates if the resource server is allowed to manage its own resources remotely using the Protection API.
      Returns:
      true if the resource server is allowed to managed them remotely
    • setAllowRemoteResourceManagement

      public void setAllowRemoteResourceManagement(boolean allowRemoteResourceManagement)
      Description copied from interface: ResourceServer
      Indicates if the resource server is allowed to manage its own resources remotely using the Protection API.
      Parameters:
      allowRemoteResourceManagement - true if the resource server is allowed to managed them remotely
    • getPolicyEnforcementMode

      public PolicyEnforcementMode getPolicyEnforcementMode()
      Description copied from interface: ResourceServer
      Returns the PolicyEnforcementMode configured for this instance.
      Returns:
      the PolicyEnforcementMode configured for this instance.
    • setPolicyEnforcementMode

      public void setPolicyEnforcementMode(PolicyEnforcementMode enforcementMode)
      Description copied from interface: ResourceServer
      Defines a PolicyEnforcementMode for this instance.
      Parameters:
      enforcementMode - one of the available options in PolicyEnforcementMode
    • setDecisionStrategy

      public void setDecisionStrategy(DecisionStrategy decisionStrategy)
      Description copied from interface: ResourceServer
      Defines a DecisionStrategy for this instance, indicating how permissions should be granted depending on the given decisionStrategy.
      Parameters:
      decisionStrategy - the decision strategy
    • getDecisionStrategy

      public DecisionStrategy getDecisionStrategy()
      Description copied from interface: ResourceServer
      Returns the DecisionStrategy configured for this instance.
      Returns:
      the decision strategy
    • getClientId

      public String getClientId()
      Description copied from interface: ResourceServer
      Returns id of a client that this ResourceServer is associated with
      Returns:
      id of client
    • getRealm

      public RealmModel getRealm()
      Description copied from interface: ResourceServer
      Returns reference of a realm that this ResourceServer belongs to.
      Returns:
      reference of a realm
    • toString

      public String toString()
      Overrides:
      toString in class Object