Package org.keycloak.representations.idm
Class ProtocolMapperRepresentation
java.lang.Object
org.keycloak.representations.idm.ProtocolMapperRepresentation
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getId()
getName()
boolean
Deprecated.void
void
void
void
setProtocol
(String protocol) void
setProtocolMapper
(String protocolMapper)
-
Field Details
-
id
-
name
-
protocol
-
protocolMapper
-
consentRequired
Deprecated. -
consentText
Deprecated. -
config
-
-
Constructor Details
-
ProtocolMapperRepresentation
public ProtocolMapperRepresentation()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getProtocol
-
setProtocol
-
getProtocolMapper
-
setProtocolMapper
-
getConfig
-
setConfig
-
isConsentRequired
Deprecated. -
getConsentText
Deprecated.
-