Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolMapperModel> |
MigrationProvider.getBuiltinMappers(String protocol) |
Modifier and Type | Method and Description |
---|---|
protected void |
MigrateTo1_6_0.migrateRealm(KeycloakSession session,
ProtocolMapperModel localeMapper,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ProtocolMapperContainerModel.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ProtocolMapperContainerModel.getProtocolMapperById(String id) |
ProtocolMapperModel |
ProtocolMapperContainerModel.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
ProtocolMapperContainerModel.getProtocolMappers() |
Set<ProtocolMapperModel> |
ClientSessionContext.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ProtocolMapperContainerModel.addProtocolMapper(ProtocolMapperModel model) |
void |
UserProvider.preRemove(ProtocolMapperModel protocolMapper) |
void |
ProtocolMapperContainerModel.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ProtocolMapperContainerModel.updateProtocolMapper(ProtocolMapperModel mapping) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientScopeAdapter.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ClientScopeAdapter.getProtocolMapperById(String id) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperById(String id) |
ProtocolMapperModel |
ClientScopeAdapter.getProtocolMapperByName(String protocol,
String name) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
ClientScopeAdapter.getProtocolMappers() |
Set<ProtocolMapperModel> |
ClientAdapter.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientScopeAdapter.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
void |
UserCacheSession.preRemove(ProtocolMapperModel protocolMapper) |
void |
ClientScopeAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientScopeAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
Modifier and Type | Field and Description |
---|---|
protected Set<ProtocolMapperModel> |
CachedClient.protocolMappers |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
CachedClientScope.getProtocolMappers() |
Set<ProtocolMapperModel> |
CachedClient.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientScopeAdapter.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
protected ProtocolMapperModel |
ClientScopeAdapter.entityToModel(ProtocolMapperEntity entity) |
protected ProtocolMapperModel |
ClientAdapter.entityToModel(ProtocolMapperEntity entity) |
ProtocolMapperModel |
ClientScopeAdapter.getProtocolMapperById(String id) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperById(String id) |
ProtocolMapperModel |
ClientScopeAdapter.getProtocolMapperByName(String protocol,
String name) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
ClientScopeAdapter.getProtocolMappers() |
Set<ProtocolMapperModel> |
ClientAdapter.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientScopeAdapter.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
void |
JpaUserProvider.preRemove(ProtocolMapperModel protocolMapper) |
void |
ClientScopeAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientScopeAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
MapClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
AbstractClientEntity.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
MapClientAdapter.getProtocolMapperById(String id) |
ProtocolMapperModel |
AbstractClientEntity.getProtocolMapperById(String id) |
ProtocolMapperModel |
MapClientAdapter.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
MapClientAdapter.getProtocolMappers()
Protocol mappers
|
Collection<ProtocolMapperModel> |
AbstractClientEntity.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
MapClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
AbstractClientEntity.addProtocolMapper(ProtocolMapperModel model) |
void |
MapClientAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
MapClientAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
void |
AbstractClientEntity.updateProtocolMapper(String id,
ProtocolMapperModel mapping) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClientEntity.setProtocolMappers(Collection<ProtocolMapperModel> protocolMappers) |
Modifier and Type | Method and Description |
---|---|
static ProtocolMapperModel |
RepresentationToModel.toModel(ProtocolMapperRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
static ProtocolMapperRepresentation |
ModelToRepresentation.toRepresentation(ProtocolMapperModel model) |
Modifier and Type | Method and Description |
---|---|
static ProtocolMapperModel |
ProtocolMapperUtils.findLocaleMapper(KeycloakSession session)
Find the builtin locale mapper.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolMapperModel> |
LoginProtocolFactory.getBuiltinMappers()
List of built in protocol mappers that can be used to apply to clients.
|
static List<Map.Entry<ProtocolMapperModel,ProtocolMapper>> |
ProtocolMapperUtils.getSortedProtocolMappers(KeycloakSession session,
ClientSessionContext ctx) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ProtocolMapperUtils.isEnabled(KeycloakSession session,
ProtocolMapperModel mapper) |
default void |
ProtocolMapper.validateConfig(KeycloakSession session,
RealmModel realm,
ProtocolMapperContainerModel client,
ProtocolMapperModel mapperModel)
Called when instance of mapperModel is created/updated for this protocolMapper through admin endpoint
|
Modifier and Type | Method and Description |
---|---|
static int |
ProtocolMapperUtils.compare(Map.Entry<ProtocolMapperModel,ProtocolMapper> entry) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolMapperModel> |
DockerAuthV2ProtocolFactory.getBuiltinMappers() |
Modifier and Type | Method and Description |
---|---|
DockerResponseToken |
DockerAuthV2AttributeMapper.transformDockerResponseToken(DockerResponseToken responseToken,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
AuthenticatedClientSessionModel clientSession) |
DockerResponseToken |
AllowAllDockerProtocolMapper.transformDockerResponseToken(DockerResponseToken responseToken,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
AuthenticatedClientSessionModel clientSession) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolMapperModel> |
OIDCLoginProtocolFactory.getBuiltinMappers() |
Modifier and Type | Method and Description |
---|---|
static ProtocolMapperModel |
FullNameMapper.create(String name,
boolean accessToken,
boolean idToken,
boolean userInfo) |
static ProtocolMapperModel |
HardcodedRole.create(String name,
String role) |
static ProtocolMapperModel |
GroupMembershipMapper.create(String name,
String tokenClaimName,
boolean consentRequired,
String consentText,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
RoleNameMapper.create(String name,
String role,
String newName) |
static ProtocolMapperModel |
UserRealmRoleMappingMapper.create(String realmRolePrefix,
String name,
String tokenClaimName,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
UserRealmRoleMappingMapper.create(String realmRolePrefix,
String name,
String tokenClaimName,
boolean accessToken,
boolean idToken,
boolean multiValued) |
static ProtocolMapperModel |
UserClientRoleMappingMapper.create(String clientId,
String clientRolePrefix,
String name,
String tokenClaimName,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
HardcodedClaim.create(String name,
String hardcodedName,
String hardcodedValue,
String claimType,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
UserClientRoleMappingMapper.create(String clientId,
String clientRolePrefix,
String name,
String tokenClaimName,
boolean accessToken,
boolean idToken,
boolean multiValued) |
static ProtocolMapperModel |
ScriptBasedOIDCProtocolMapper.create(String name,
String userAttribute,
String tokenClaimName,
String claimType,
boolean accessToken,
boolean idToken,
String script,
boolean multiValued) |
static ProtocolMapperModel |
AddressMapper.createAddressMapper() |
static ProtocolMapperModel |
AddressMapper.createAddressMapper(boolean idToken,
boolean accessToken,
boolean userInfo) |
static ProtocolMapperModel |
AudienceResolveProtocolMapper.createClaimMapper(String name) |
static ProtocolMapperModel |
AllowedWebOriginsProtocolMapper.createClaimMapper(String name) |
static ProtocolMapperModel |
AudienceProtocolMapper.createClaimMapper(String name,
String includedClientAudience,
String includedCustomAudience,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
UserSessionNoteMapper.createClaimMapper(String name,
String userSessionNote,
String tokenClaimName,
String jsonType,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
UserPropertyMapper.createClaimMapper(String name,
String userAttribute,
String tokenClaimName,
String claimType,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
UserAttributeMapper.createClaimMapper(String name,
String userAttribute,
String tokenClaimName,
String claimType,
boolean accessToken,
boolean idToken,
boolean multivalued) |
static ProtocolMapperModel |
UserAttributeMapper.createClaimMapper(String name,
String userAttribute,
String tokenClaimName,
String claimType,
boolean accessToken,
boolean idToken,
boolean multivalued,
boolean aggregateAttrs) |
static ProtocolMapperModel |
OIDCAttributeMapperHelper.createClaimMapper(String name,
String userAttribute,
String tokenClaimName,
String claimType,
boolean accessToken,
boolean idToken,
boolean userinfo,
String mapperId) |
static ProtocolMapperModel |
OIDCAttributeMapperHelper.createClaimMapper(String name,
String userAttribute,
String tokenClaimName,
String claimType,
boolean accessToken,
boolean idToken,
String mapperId) |
static ProtocolMapperModel |
UserSessionNoteMapper.createUserSessionNoteMapper(UserSessionNoteDescriptor userSessionNoteDescriptor)
For session notes defined using a
UserSessionNoteDescriptor enum |
Modifier and Type | Method and Description |
---|---|
String |
SHA256PairwiseSubMapper.generateSub(ProtocolMapperModel mappingModel,
String sectorIdentifier,
String localSub) |
abstract String |
AbstractPairwiseSubMapper.generateSub(ProtocolMapperModel mappingModel,
String sectorIdentifier,
String localSub)
Generates a pairwise subject identifier.
|
static String |
PairwiseSubMapperHelper.getSalt(ProtocolMapperModel mappingModel) |
protected String |
ScriptBasedOIDCProtocolMapper.getScriptCode(ProtocolMapperModel mapperModel) |
protected String |
DeployedScriptOIDCProtocolMapper.getScriptCode(ProtocolMapperModel mapperModel) |
static String |
PairwiseSubMapperHelper.getSectorIdentifierUri(ProtocolMapperModel mappingModel) |
static boolean |
OIDCAttributeMapperHelper.includeInAccessToken(ProtocolMapperModel mappingModel) |
static boolean |
OIDCAttributeMapperHelper.includeInIDToken(ProtocolMapperModel mappingModel) |
static boolean |
OIDCAttributeMapperHelper.includeInUserInfo(ProtocolMapperModel mappingModel) |
static boolean |
OIDCAttributeMapperHelper.isMultivalued(ProtocolMapperModel mappingModel) |
static Object |
OIDCAttributeMapperHelper.mapAttributeValue(ProtocolMapperModel mappingModel,
Object attributeValue) |
static void |
OIDCAttributeMapperHelper.mapClaim(IDToken token,
ProtocolMapperModel mappingModel,
Object attributeValue) |
protected void |
UserSessionNoteMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
UserPropertyMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
UserAttributeMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
HardcodedClaim.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
GroupMembershipMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession)
Adds the group membership information to the
JsonWebToken.otherClaims . |
protected void |
FullNameMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
AddressMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
AbstractOIDCProtocolMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession)
|
protected void |
UserRealmRoleMappingMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession session,
ClientSessionContext clientSessionCtx) |
protected void |
UserClientRoleMappingMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession session,
ClientSessionContext clientSessionCtx) |
protected void |
ScriptBasedOIDCProtocolMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession keycloakSession,
ClientSessionContext clientSessionCtx) |
protected void |
AudienceProtocolMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession keycloakSession,
ClientSessionContext clientSessionCtx) |
protected void |
AbstractOIDCProtocolMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession keycloakSession,
ClientSessionContext clientSessionCtx)
Intended to be overridden in
ProtocolMapper implementations to add claims to an token. |
static void |
PairwiseSubMapperHelper.setSalt(ProtocolMapperModel mappingModel,
String salt) |
static void |
PairwiseSubMapperHelper.setSectorIdentifierUri(ProtocolMapperModel mappingModel,
String sectorIdentifierUri) |
AccessToken |
RoleNameMapper.transformAccessToken(AccessToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
AccessToken |
OIDCAccessTokenMapper.transformAccessToken(AccessToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
AccessToken |
HardcodedRole.transformAccessToken(AccessToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
AccessToken |
AudienceResolveProtocolMapper.transformAccessToken(AccessToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
AccessToken |
AllowedWebOriginsProtocolMapper.transformAccessToken(AccessToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
AccessToken |
AbstractPairwiseSubMapper.transformAccessToken(AccessToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
AccessToken |
AbstractOIDCProtocolMapper.transformAccessToken(AccessToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
IDToken |
OIDCIDTokenMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSession) |
IDToken |
AbstractPairwiseSubMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
IDToken |
AbstractOIDCProtocolMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
AccessToken |
UserInfoTokenMapper.transformUserInfoToken(AccessToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
AccessToken |
AbstractPairwiseSubMapper.transformUserInfoToken(AccessToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
AccessToken |
AbstractOIDCProtocolMapper.transformUserInfoToken(AccessToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
static boolean |
GroupMembershipMapper.useFullPath(ProtocolMapperModel mappingModel) |
void |
SHA256PairwiseSubMapper.validateAdditionalConfig(KeycloakSession session,
RealmModel realm,
ProtocolMapperContainerModel mapperContainer,
ProtocolMapperModel mapperModel) |
void |
AbstractPairwiseSubMapper.validateAdditionalConfig(KeycloakSession session,
RealmModel realm,
ProtocolMapperContainerModel mapperContainer,
ProtocolMapperModel mapperModel)
Override to add additional configuration validation.
|
void |
ScriptBasedOIDCProtocolMapper.validateConfig(KeycloakSession session,
RealmModel realm,
ProtocolMapperContainerModel client,
ProtocolMapperModel mapperModel) |
void |
AbstractPairwiseSubMapper.validateConfig(KeycloakSession session,
RealmModel realm,
ProtocolMapperContainerModel mapperContainer,
ProtocolMapperModel mapperModel) |
Modifier and Type | Method and Description |
---|---|
static void |
PairwiseSubMapperValidator.validate(KeycloakSession session,
ClientModel client,
ProtocolMapperModel mapperModel) |
Modifier and Type | Field and Description |
---|---|
ProtocolMapperModel |
SamlProtocol.ProtocolMapperProcessor.model |
Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolMapperModel> |
SamlProtocolFactory.getBuiltinMappers() |
Constructor and Description |
---|
ProtocolMapperProcessor(T mapper,
ProtocolMapperModel model) |
Modifier and Type | Method and Description |
---|---|
static ProtocolMapperModel |
HardcodedRole.create(String name,
String role) |
static ProtocolMapperModel |
RoleNameMapper.create(String name,
String role,
String newName) |
static ProtocolMapperModel |
RoleListMapper.create(String name,
String samlAttributeName,
String nameFormat,
String friendlyName,
boolean singleAttribute) |
static ProtocolMapperModel |
GroupMembershipMapper.create(String name,
String samlAttributeName,
String nameFormat,
String friendlyName,
boolean singleAttribute) |
static ProtocolMapperModel |
HardcodedAttributeMapper.create(String name,
String samlAttributeName,
String nameFormat,
String friendlyName,
String value) |
static ProtocolMapperModel |
ScriptBasedMapper.create(String name,
String samlAttributeName,
String nameFormat,
String friendlyName,
String script,
boolean singleAttribute)
Creates an protocol mapper model for the this script based mapper.
|
static ProtocolMapperModel |
UserAttributeStatementMapper.createAttributeMapper(String name,
String userAttribute,
String samlAttributeName,
String nameFormat,
String friendlyName) |
static ProtocolMapperModel |
UserPropertyAttributeStatementMapper.createAttributeMapper(String name,
String userAttribute,
String samlAttributeName,
String nameFormat,
String friendlyName,
boolean consentRequired,
String consentText) |
static ProtocolMapperModel |
AttributeStatementHelper.createAttributeMapper(String name,
String userAttribute,
String samlAttributeName,
String nameFormat,
String friendlyName,
String mapperId) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolMapperModel> |
DefaultMigrationProvider.getBuiltinMappers(String protocol) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
DefaultClientSessionContext.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
void |
UserStorageManager.preRemove(ProtocolMapperModel protocolMapper) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
AbstractReadOnlyClientStorageAdapter.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
AbstractReadOnlyClientScopeAdapter.addProtocolMapper(ProtocolMapperModel model) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
AbstractReadOnlyClientStorageAdapter.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
AbstractReadOnlyClientScopeAdapter.addProtocolMapper(ProtocolMapperModel model) |
void |
AbstractReadOnlyClientStorageAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
AbstractReadOnlyClientScopeAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
AbstractReadOnlyClientStorageAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
void |
AbstractReadOnlyClientScopeAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
Modifier and Type | Method and Description |
---|---|
void |
UserFederatedStorageProvider.preRemove(ProtocolMapperModel protocolMapper) |
Modifier and Type | Method and Description |
---|---|
void |
JpaUserFederatedStorageProvider.preRemove(ProtocolMapperModel protocolMapper) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
OpenshiftSAClientAdapter.getProtocolMapperById(String id) |
ProtocolMapperModel |
OpenshiftSAClientAdapter.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
OpenshiftSAClientAdapter.getProtocolMappers() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.