Class CachedClientScope
java.lang.Object
org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
org.keycloak.models.cache.infinispan.entities.CachedClientScope
- All Implemented Interfaces:
CachedObject
,InRealm
,Revisioned
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getProtocolMapperById
(KeycloakSession session, Supplier<ClientScopeModel> model, String id) getProtocolMapperByName
(KeycloakSession session, Supplier<ClientScopeModel> model, String protocol, String name) getProtocolMapperByType
(KeycloakSession session, Supplier<ClientScopeModel> model, String type) getProtocolMappers
(KeycloakSession session, Supplier<ClientScopeModel> model) getRealm()
getScope()
void
setDescription
(String description) Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
Constructor Details
-
CachedClientScope
-
-
Method Details
-
getName
-
getDescription
-
setDescription
-
getRealm
-
getProtocol
-
getScope
-
getAttributes
-
getProtocolMappers
public Stream<ProtocolMapperModel> getProtocolMappers(KeycloakSession session, Supplier<ClientScopeModel> model) -
getProtocolMapperById
public ProtocolMapperModel getProtocolMapperById(KeycloakSession session, Supplier<ClientScopeModel> model, String id) -
getProtocolMapperByType
public List<ProtocolMapperModel> getProtocolMapperByType(KeycloakSession session, Supplier<ClientScopeModel> model, String type) -
getProtocolMapperByName
public ProtocolMapperModel getProtocolMapperByName(KeycloakSession session, Supplier<ClientScopeModel> model, String protocol, String name)
-