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,
ClientSessionModel clientSession,
ClientModel client,
List<RoleModel> realmRolesRequested,
javax.ws.rs.core.MultivaluedMap<String,RoleModel> resourceRolesRequested,
String accessRequestMessage) |
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() |
ClientModel |
RealmModel.ClientCreationEvent.getCreatedClient() |
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 |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractLoginProtocolFactory.addDefaults(ClientModel realm) |
Constructor and Description |
---|
TokenManager.AccessTokenResponseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Modifier and Type | Method and Description |
---|---|
static ClientModel |
AuthorizeClientUtil.authorizeClient(String authorizationHeader,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
EventBuilder event,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
static String |
RedirectUtils.verifyRedirectUri(javax.ws.rs.core.UriInfo uriInfo,
String redirectUri,
RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
protected void |
SamlProtocolFactory.addDefaults(ClientModel client) |
protected SAML2LogoutRequestBuilder |
SamlProtocol.createLogoutRequest(String logoutUrl,
ClientSessionModel clientSession,
ClientModel client) |
static boolean |
SamlProtocol.forceNameIdFormat(ClientModel client) |
static boolean |
SamlProtocol.forcePostBinding(ClientModel client) |
static PublicKey |
SamlProtocolUtils.getEncryptionValidationKey(ClientModel client) |
static String |
SamlProtocol.getLogoutServiceUrl(javax.ws.rs.core.UriInfo uriInfo,
ClientModel client,
String bindingType) |
static PublicKey |
SamlProtocolUtils.getPublicKey(ClientModel client,
String attribute) |
static SignatureAlgorithm |
SamlProtocol.getSignatureAlgorithm(ClientModel client) |
static PublicKey |
SamlProtocolUtils.getSignatureValidationKey(ClientModel client) |
static boolean |
SamlProtocol.includeAuthnStatement(ClientModel client) |
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 logoutRequest,
ClientModel client,
String relayState) |
static boolean |
SamlProtocol.requiresAssertionSignature(ClientModel client) |
static boolean |
SamlProtocol.requiresRealmSignature(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 |
ProtocolMappersResource.client |
protected ClientModel |
ScopeMappedApplicationResource.client |
protected ClientModel |
ClientAttributeCertificateResource.client |
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) |
ClientAttributeCertificateResource(RealmModel realm,
RealmAuth auth,
ClientModel client,
KeycloakSession session,
String attributePrefix) |
ProtocolMappersResource(ClientModel client,
RealmAuth auth) |
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,
javax.ws.rs.core.HttpHeaders headers) |
Copyright © 2015. All rights reserved.