Package org.keycloak.models
Class ProtocolMapperModel
- java.lang.Object
-
- org.keycloak.models.ProtocolMapperModel
-
- All Implemented Interfaces:
Serializable
public class ProtocolMapperModel extends Object implements Serializable
Specifies a mapping from user data to a protocol claim assertion.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>configprotected booleanconsentRequiredprotected StringconsentTextprotected Stringidprotected Stringnameprotected Stringprotocolprotected StringprotocolMapper
-
Constructor Summary
Constructors Constructor Description ProtocolMapperModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Map<String,String>getConfig()StringgetId()StringgetName()StringgetProtocol()StringgetProtocolMapper()inthashCode()voidsetConfig(Map<String,String> config)voidsetId(String id)voidsetName(String name)voidsetProtocol(String protocol)voidsetProtocolMapper(String protocolMapper)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getProtocol
public String getProtocol()
-
setProtocol
public void setProtocol(String protocol)
-
getProtocolMapper
public String getProtocolMapper()
-
setProtocolMapper
public void setProtocolMapper(String protocolMapper)
-
-