Class IntermediaryScopeRepresentation

java.lang.Object
org.keycloak.protocol.oidc.rar.model.IntermediaryScopeRepresentation

public class IntermediaryScopeRepresentation extends Object
Author:
Daniel Gozalo
  • Constructor Details

    • IntermediaryScopeRepresentation

      public IntermediaryScopeRepresentation(ClientScopeModel scope, String parameter, String requestedScopeString)
    • IntermediaryScopeRepresentation

      public IntermediaryScopeRepresentation(ClientScopeModel scope)
  • Method Details

    • getScope

      public ClientScopeModel getScope()
    • getParameter

      public String getParameter()
    • isDynamic

      public boolean isDynamic()
    • getRequestedScopeString

      public String getRequestedScopeString()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object