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(org.keycloak.models.ClientScopeModel scope)IntermediaryScopeRepresentation(org.keycloak.models.ClientScopeModel scope, String parameter, String requestedScopeString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetParameter()StringgetRequestedScopeString()org.keycloak.models.ClientScopeModelgetScope()inthashCode()booleanisDynamic()
-