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 SummaryFields Modifier and Type Field Description protected Map<String,String>configprotected booleanconsentRequiredprotected StringconsentTextprotected Stringidprotected Stringnameprotected Stringprotocolprotected StringprotocolMapper
 - 
Constructor SummaryConstructors Constructor Description ProtocolMapperModel()
 - 
Method SummaryAll 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- 
getIdpublic String getId() 
 - 
setIdpublic void setId(String id) 
 - 
getNamepublic String getName() 
 - 
setNamepublic void setName(String name) 
 - 
getProtocolpublic String getProtocol() 
 - 
setProtocolpublic void setProtocol(String protocol) 
 - 
getProtocolMapperpublic String getProtocolMapper() 
 - 
setProtocolMapperpublic void setProtocolMapper(String protocolMapper) 
 
- 
 
-