Uses of Class
org.keycloak.representations.idm.ProtocolMapperRepresentation
Packages that use ProtocolMapperRepresentation
-
Uses of ProtocolMapperRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type ProtocolMapperRepresentationModifier and TypeFieldDescriptionprotected List<ProtocolMapperRepresentation>ClientRepresentation.protocolMappersprotected List<ProtocolMapperRepresentation>ClientScopeRepresentation.protocolMappersprotected List<ProtocolMapperRepresentation>ClientTemplateRepresentation.protocolMappersDeprecated.Methods in org.keycloak.representations.idm that return types with arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionClientRepresentation.getProtocolMappers()ClientScopeRepresentation.getProtocolMappers()ClientTemplateRepresentation.getProtocolMappers()Deprecated.RealmRepresentation.getProtocolMappers()Methods in org.keycloak.representations.idm with parameters of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionvoidRealmRepresentation.addProtocolMapper(ProtocolMapperRepresentation rep) Method parameters in org.keycloak.representations.idm with type arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionvoidClientRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) voidClientScopeRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) voidClientTemplateRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) Deprecated.voidRealmRepresentation.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 ProtocolMapperRepresentationMethod parameters in org.keycloak.representations.info with type arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionvoidServerInfoRepresentation.setBuiltinProtocolMappers(Map<String, List<ProtocolMapperRepresentation>> builtinProtocolMappers)