Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientModel.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ClientModel.getProtocolMapperById(String id) |
ProtocolMapperModel |
ClientModel.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
ClientModel.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientModel.addProtocolMapper(ProtocolMapperModel model) |
void |
ClientModel.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientModel.updateProtocolMapper(ProtocolMapperModel mapping) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperById(String id) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
ClientAdapter.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
void |
ClientAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
CachedClient.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
protected ProtocolMapperModel |
ClientAdapter.entityToModel(ProtocolMapperEntity entity) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperById(String id) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
ClientAdapter.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
void |
ClientAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
protected ProtocolMapperModel |
ClientAdapter.entityToModel(ProtocolMapperEntity entity) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperById(String id) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
ClientAdapter.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
void |
ClientAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
protected ProtocolMapperModel |
ClientAdapter.entityToModel(ProtocolMapperEntity entity) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperById(String id) |
ProtocolMapperModel |
ClientAdapter.getProtocolMapperByName(String protocol,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ProtocolMapperModel> |
ClientAdapter.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
ClientAdapter.addProtocolMapper(ProtocolMapperModel model) |
void |
ClientAdapter.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientAdapter.updateProtocolMapper(ProtocolMapperModel mapping) |
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 |
---|---|
List<ProtocolMapperModel> |
LoginProtocolFactory.getBuiltinMappers()
List of built in protocol mappers that can be used to apply to clients.
|
List<ProtocolMapperModel> |
LoginProtocolFactory.getDefaultBuiltinMappers()
List of mappers, which are added to new clients by default
|
Modifier and Type | Method and Description |
---|---|
List<ProtocolMapperModel> |
OIDCLoginProtocolFactory.getBuiltinMappers() |
List<ProtocolMapperModel> |
OIDCLoginProtocolFactory.getDefaultBuiltinMappers() |
Modifier and Type | Method and Description |
---|---|
static ProtocolMapperModel |
FullNameMapper.create(String name,
boolean consentRequired,
String consentText,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
HardcodedRole.create(String name,
String role) |
static ProtocolMapperModel |
RoleNameMapper.create(String name,
String role,
String newName) |
static ProtocolMapperModel |
HardcodedClaim.create(String name,
String hardcodedName,
String hardcodedValue,
String claimType,
boolean consentRequired,
String consentText,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
AddressMapper.createAddressMapper() |
static ProtocolMapperModel |
AddressMapper.createAddressMapper(boolean idToken,
boolean accessToken) |
static ProtocolMapperModel |
UserAttributeMapper.createClaimMapper(String name,
String userAttribute,
String tokenClaimName,
String claimType,
boolean consentRequired,
String consentText,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
UserSessionNoteMapper.createClaimMapper(String name,
String userSessionNote,
String tokenClaimName,
String jsonType,
boolean consentRequired,
String consentText,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
UserPropertyMapper.createClaimMapper(String name,
String userAttribute,
String tokenClaimName,
String claimType,
boolean consentRequired,
String consentText,
boolean accessToken,
boolean idToken) |
static ProtocolMapperModel |
OIDCAttributeMapperHelper.createClaimMapper(String name,
String userAttribute,
String tokenClaimName,
String claimType,
boolean consentRequired,
String consentText,
boolean accessToken,
boolean idToken,
String mapperId) |
Modifier and Type | Field and Description |
---|---|
ProtocolMapperModel |
SamlProtocol.ProtocolMapperProcessor.model |
Modifier and Type | Method and Description |
---|---|
List<ProtocolMapperModel> |
SamlProtocolFactory.getBuiltinMappers() |
List<ProtocolMapperModel> |
SamlProtocolFactory.getDefaultBuiltinMappers() |
Constructor and Description |
---|
SamlProtocol.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 |
HardcodedAttributeMapper.create(String name,
String samlAttributeName,
String nameFormat,
String friendlyName,
String value,
boolean consentRequired,
String consentText) |
static ProtocolMapperModel |
UserPropertyAttributeStatementMapper.createAttributeMapper(String name,
String userAttribute,
String samlAttributeName,
String nameFormat,
String friendlyName,
boolean consentRequired,
String consentText) |
static ProtocolMapperModel |
UserAttributeStatementMapper.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,
boolean consentRequired,
String consentText,
String mapperId) |
Modifier and Type | Method and Description |
---|---|
static void |
AttributeStatementHelper.addAttribute(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType attributeStatement,
ProtocolMapperModel mappingModel,
String attributeValue) |
static org.picketlink.identity.federation.saml.v2.assertion.AttributeType |
AttributeStatementHelper.createAttributeType(ProtocolMapperModel mappingModel) |
String |
RoleNameMapper.mapName(ProtocolMapperModel model,
RoleModel roleModel) |
String |
SAMLRoleNameMapper.mapName(ProtocolMapperModel model,
RoleModel role) |
void |
SAMLRoleListMapper.mapRoles(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType roleAttributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
RoleListMapper.mapRoles(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType roleAttributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
UserPropertyAttributeStatementMapper.transformAttributeStatement(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType attributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
UserAttributeStatementMapper.transformAttributeStatement(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType attributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
SAMLAttributeStatementMapper.transformAttributeStatement(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType attributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
HardcodedAttributeMapper.transformAttributeStatement(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType attributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
org.picketlink.identity.federation.saml.v2.protocol.ResponseType |
SAMLLoginResponseMapper.transformLoginResponse(org.picketlink.identity.federation.saml.v2.protocol.ResponseType response,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Copyright © 2015. All rights reserved.