Package org.keycloak.models
Class ProtocolMapperModel
java.lang.Object
org.keycloak.models.ProtocolMapperModel
- All Implemented Interfaces:
Serializable
Specifies a mapping from user data to a protocol claim assertion.
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
int
hashCode()
void
void
void
void
setProtocol
(String protocol) void
setProtocolMapper
(String protocolMapper)
-
Field Details
-
id
-
name
-
protocol
-
protocolMapper
-
consentRequired
protected boolean consentRequired -
consentText
-
config
-
-
Constructor Details
-
ProtocolMapperModel
public ProtocolMapperModel()
-
-
Method Details