Uses of Class
org.keycloak.representations.idm.ProtocolMapperRepresentation
-
Packages that use ProtocolMapperRepresentation Package Description org.keycloak.representations.idm org.keycloak.representations.info -
-
Uses of ProtocolMapperRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type ProtocolMapperRepresentation Modifier and Type Field Description protected List<ProtocolMapperRepresentation>
ClientRepresentation. protocolMappers
protected List<ProtocolMapperRepresentation>
ClientScopeRepresentation. protocolMappers
protected List<ProtocolMapperRepresentation>
ClientTemplateRepresentation. protocolMappers
Deprecated.Methods in org.keycloak.representations.idm that return types with arguments of type ProtocolMapperRepresentation Modifier and Type Method Description List<ProtocolMapperRepresentation>
ClientRepresentation. getProtocolMappers()
List<ProtocolMapperRepresentation>
ClientScopeRepresentation. getProtocolMappers()
List<ProtocolMapperRepresentation>
ClientTemplateRepresentation. getProtocolMappers()
Deprecated.List<ProtocolMapperRepresentation>
RealmRepresentation. getProtocolMappers()
Methods in org.keycloak.representations.idm with parameters of type ProtocolMapperRepresentation Modifier and Type Method Description void
RealmRepresentation. addProtocolMapper(ProtocolMapperRepresentation rep)
Method parameters in org.keycloak.representations.idm with type arguments of type ProtocolMapperRepresentation Modifier and Type Method Description void
ClientRepresentation. setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
void
ClientScopeRepresentation. setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
void
ClientTemplateRepresentation. setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
Deprecated.void
RealmRepresentation. setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
-
Uses of ProtocolMapperRepresentation in org.keycloak.representations.info
Methods in org.keycloak.representations.info that return types with arguments of type ProtocolMapperRepresentation Modifier and Type Method Description Map<String,List<ProtocolMapperRepresentation>>
ServerInfoRepresentation. getBuiltinProtocolMappers()
Method parameters in org.keycloak.representations.info with type arguments of type ProtocolMapperRepresentation Modifier and Type Method Description void
ServerInfoRepresentation. setBuiltinProtocolMappers(Map<String,List<ProtocolMapperRepresentation>> builtinProtocolMappers)
-