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 booleanequals(Object o)StringgetParameter()StringgetRequestedScopeString()ClientScopeModelgetScope()inthashCode()booleanisDynamic()
-
-
-
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()
-
-