Package org.keycloak.models.jpa.entities
Class ProtocolMapperEntity
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.ProtocolMapperEntity
 
- 
 @Entity public class ProtocolMapperEntity extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Constructor SummaryConstructors Constructor Description ProtocolMapperEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ClientEntitygetClient()ClientScopeEntitygetClientScope()Map<String,String>getConfig()StringgetId()StringgetName()StringgetProtocol()StringgetProtocolMapper()inthashCode()voidsetClient(ClientEntity client)voidsetClientScope(ClientScopeEntity clientScope)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) 
 - 
getClientpublic ClientEntity getClient() 
 - 
setClientpublic void setClient(ClientEntity client) 
 - 
getClientScopepublic ClientScopeEntity getClientScope() 
 - 
setClientScopepublic void setClientScope(ClientScopeEntity clientScope) 
 
- 
 
-