Class IntermediaryScopeRepresentation
- java.lang.Object
- 
- org.keycloak.protocol.oidc.rar.model.IntermediaryScopeRepresentation
 
- 
 public class IntermediaryScopeRepresentation extends Object - Author:
- Daniel Gozalo
 
- 
- 
Constructor SummaryConstructors Constructor Description IntermediaryScopeRepresentation(ClientScopeModel scope)IntermediaryScopeRepresentation(ClientScopeModel scope, String parameter, String requestedScopeString)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetParameter()StringgetRequestedScopeString()ClientScopeModelgetScope()inthashCode()booleanisDynamic()
 
- 
- 
- 
Constructor Detail- 
IntermediaryScopeRepresentationpublic IntermediaryScopeRepresentation(ClientScopeModel scope, String parameter, String requestedScopeString) 
 - 
IntermediaryScopeRepresentationpublic IntermediaryScopeRepresentation(ClientScopeModel scope) 
 
- 
 - 
Method Detail- 
getScopepublic ClientScopeModel getScope() 
 - 
getParameterpublic String getParameter() 
 - 
isDynamicpublic boolean isDynamic() 
 - 
getRequestedScopeStringpublic String getRequestedScopeString() 
 
- 
 
-