Class IntermediaryScopeRepresentation
- java.lang.Object
-
- org.keycloak.protocol.oidc.rar.model.IntermediaryScopeRepresentation
-
public class IntermediaryScopeRepresentation extends Object
- Author:
- Daniel Gozalo
-
-
Constructor Summary
Constructors Constructor Description IntermediaryScopeRepresentation(ClientScopeModel scope)
IntermediaryScopeRepresentation(ClientScopeModel scope, String parameter, String requestedScopeString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getParameter()
String
getRequestedScopeString()
ClientScopeModel
getScope()
int
hashCode()
boolean
isDynamic()
-
-
-
Constructor Detail
-
IntermediaryScopeRepresentation
public IntermediaryScopeRepresentation(ClientScopeModel scope, String parameter, String requestedScopeString)
-
IntermediaryScopeRepresentation
public IntermediaryScopeRepresentation(ClientScopeModel scope)
-
-
Method Detail
-
getScope
public ClientScopeModel getScope()
-
getParameter
public String getParameter()
-
isDynamic
public boolean isDynamic()
-
getRequestedScopeString
public String getRequestedScopeString()
-
-