Modifier and Type | Method and Description |
---|---|
EventBuilder |
EventBuilder.client(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
LoginFormsProvider |
LoginFormsProvider.setClient(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
FreeMarkerLoginFormsProvider |
FreeMarkerLoginFormsProvider.setClient(ClientModel client) |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
ClientBean.client |
Constructor and Description |
---|
ClientBean(ClientModel client) |
OAuthGrantBean(String code,
ClientModel client,
List<RoleModel> realmRolesRequested,
javax.ws.rs.core.MultivaluedMap<String,RoleModel> resourceRolesRequested) |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationModel |
interface |
OAuthClientModel |
Modifier and Type | Method and Description |
---|---|
ClientModel |
RealmModel.findClient(String clientId) |
ClientModel |
RealmModel.findClientById(String id) |
ClientModel |
ClientSessionModel.getClient() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
UserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
int |
UserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
Set<RoleModel> |
ApplicationModel.getApplicationScopeMappings(ClientModel client) |
List<UserSessionModel> |
UserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
UserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
void |
UserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationAdapter |
class |
ClientAdapter |
class |
OAuthClientAdapter |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
ClientAdapter.updatedClient |
Modifier and Type | Method and Description |
---|---|
ClientModel |
RealmAdapter.findClient(String clientId) |
ClientModel |
RealmAdapter.findClientById(String id) |
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
ApplicationAdapter.getApplicationScopeMappings(ClientModel client) |
Constructor and Description |
---|
CachedClient(RealmCache cache,
RealmProvider delegate,
RealmModel realm,
ClientModel model) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
RealmAdapter.findClient(String clientId) |
ClientModel |
RealmAdapter.findClientById(String id) |
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
ApplicationAdapter.getApplicationScopeMappings(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
RealmAdapter.findClient(String clientId) |
ClientModel |
RealmAdapter.findClientById(String id) |
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
ApplicationAdapter.getApplicationScopeMappings(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static List<MongoRoleEntity> |
MongoModelUtils.getAllScopesOfClient(ClientModel client,
MongoStoreInvocationContext invContext) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
ClientSessionAdapter.getClient() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
InfinispanUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
int |
InfinispanUserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
InfinispanUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
InfinispanUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
void |
InfinispanUserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
ClientSessionAdapter.getClient() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
JpaUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
int |
JpaUserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
JpaUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
JpaUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
void |
JpaUserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
ClientSessionAdapter.getClient() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
MemUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
int |
MemUserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
MemUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
MemUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
void |
MemUserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
ClientSessionAdapter.getClient() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
MongoUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
int |
MongoUserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
MongoUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
MongoUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
void |
MongoUserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static void |
KeycloakModelUtils.generateClientKeyPairCertificate(ClientModel client) |
static UserCredentialModel |
KeycloakModelUtils.generateSecret(ClientModel app) |
static void |
RepresentationToModel.setClaims(ClientModel model,
ClaimRepresentation rep) |
static ClaimRepresentation |
ModelToRepresentation.toRepresentation(ClientModel model) |
Modifier and Type | Method and Description |
---|---|
protected ClientModel |
OpenIDConnectService.authorizeClient(String authorizationHeader,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
EventBuilder event) |
static ClientModel |
OpenIDConnectService.authorizeClientBase(String authorizationHeader,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
EventBuilder event,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
AccessToken |
TokenManager.createClientAccessToken(Set<RoleModel> requestedRoles,
RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel session) |
TokenManager.AccessTokenResponseBuilder |
TokenManager.AccessTokenResponseBuilder.generateAccessToken(String scopeParam,
ClientModel client,
UserModel user,
UserSessionModel session) |
static Set<RoleModel> |
TokenManager.getAccess(String scopeParam,
ClientModel client,
UserModel user) |
void |
TokenManager.initClaims(IDToken token,
ClientModel model,
UserModel user) |
protected IDToken |
TokenManager.initIDToken(RealmModel realm,
ClientModel claimer,
UserModel client,
UserModel user) |
protected AccessToken |
TokenManager.initToken(RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel session) |
AccessToken |
TokenManager.refreshAccessToken(KeycloakSession session,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
RealmModel realm,
ClientModel client,
String encodedRefreshToken,
EventBuilder event) |
TokenManager.AccessTokenResponseBuilder |
TokenManager.responseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event) |
void |
TokenManager.verifyAccess(AccessToken token,
RealmModel realm,
ClientModel client,
UserModel user) |
static String |
OpenIDConnectService.verifyRedirectUri(javax.ws.rs.core.UriInfo uriInfo,
String redirectUri,
RealmModel realm,
ClientModel client) |
Constructor and Description |
---|
TokenManager.AccessTokenResponseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
SamlProtocolUtils.getEncryptionValidationKey(ClientModel client) |
static PublicKey |
SamlProtocolUtils.getPublicKey(ClientModel client,
String attribute) |
static SignatureAlgorithm |
SamlProtocol.getSignatureAlgorithm(ClientModel client) |
static PublicKey |
SamlProtocolUtils.getSignatureValidationKey(ClientModel client) |
void |
SamlProtocol.initClaims(SALM2LoginResponseBuilder builder,
ClientModel model,
UserModel user) |
protected javax.ws.rs.core.Response |
SamlService.BindingProtocol.loginRequest(String relayState,
org.picketlink.identity.federation.saml.v2.protocol.AuthnRequestType requestAbstractType,
ClientModel client) |
protected javax.ws.rs.core.Response |
SamlService.BindingProtocol.logoutRequest(org.picketlink.identity.federation.saml.v2.protocol.LogoutRequestType requestAbstractType,
ClientModel client) |
static void |
SamlProtocolUtils.verifyDocumentSignature(ClientModel client,
Document document) |
protected abstract void |
SamlService.BindingProtocol.verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder,
ClientModel client) |
protected void |
SamlService.PostBindingProtocol.verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder,
ClientModel client) |
protected void |
SamlService.RedirectBindingProtocol.verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
Auth.getClient() |
Constructor and Description |
---|
Auth(RealmModel realm,
AccessToken token,
UserModel user,
ClientModel client,
UserSessionModel session,
boolean cookie) |
Modifier and Type | Method and Description |
---|---|
Cors |
Cors.allowedOrigins(ClientModel client) |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
ScopeMappedResource.client |
protected ClientModel |
ScopeMappedApplicationResource.client |
protected ClientModel |
ClientAttributeCertificateResource.client |
protected ClientModel |
ClaimResource.model |
Modifier and Type | Method and Description |
---|---|
ClientModel |
AdminAuth.getClient() |
Modifier and Type | Method and Description |
---|---|
static List<RoleRepresentation> |
ScopeMappedResource.getAvailable(ClientModel client,
Set<RoleModel> roles) |
static List<RoleRepresentation> |
ScopeMappedResource.getComposite(ClientModel client,
Set<RoleModel> roles) |
Constructor and Description |
---|
AdminAuth(RealmModel realm,
AccessToken token,
UserModel user,
ClientModel client) |
ClaimResource(ClientModel model,
RealmAuth auth) |
ClientAttributeCertificateResource(RealmModel realm,
RealmAuth auth,
ClientModel client,
KeycloakSession session,
String attributePrefix) |
ScopeMappedApplicationResource(RealmModel realm,
RealmAuth auth,
ClientModel client,
KeycloakSession session,
ApplicationModel app) |
ScopeMappedResource(RealmModel realm,
RealmAuth auth,
ClientModel client,
KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
static LoginFormsProvider |
Flows.forms(KeycloakSession session,
RealmModel realm,
ClientModel client,
javax.ws.rs.core.UriInfo uriInfo) |
Copyright © 2015. All Rights Reserved.