Class ClientScopeEvaluateResource.ProtocolMapperEvaluationRepresentation
- java.lang.Object
-
- org.keycloak.services.resources.admin.ClientScopeEvaluateResource.ProtocolMapperEvaluationRepresentation
-
- Enclosing class:
- ClientScopeEvaluateResource
public static class ClientScopeEvaluateResource.ProtocolMapperEvaluationRepresentation extends Object
-
-
Constructor Summary
Constructors Constructor Description ProtocolMapperEvaluationRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContainerId()StringgetContainerName()StringgetContainerType()StringgetMapperId()StringgetMapperName()StringgetProtocolMapper()voidsetContainerId(String containerId)voidsetContainerName(String containerName)voidsetContainerType(String containerType)voidsetMapperId(String mapperId)voidsetMapperName(String mapperName)voidsetProtocolMapper(String protocolMapper)
-
-
-
Method Detail
-
getMapperId
public String getMapperId()
-
setMapperId
public void setMapperId(String mapperId)
-
getMapperName
public String getMapperName()
-
setMapperName
public void setMapperName(String mapperName)
-
getContainerId
public String getContainerId()
-
setContainerId
public void setContainerId(String containerId)
-
getContainerName
public String getContainerName()
-
setContainerName
public void setContainerName(String containerName)
-
getContainerType
public String getContainerType()
-
setContainerType
public void setContainerType(String containerType)
-
getProtocolMapper
public String getProtocolMapper()
-
setProtocolMapper
public void setProtocolMapper(String protocolMapper)
-
-