Package org.bremersee.keycloak.api.model
Class AuthenticatorConfigInfoRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.AuthenticatorConfigInfoRepresentation
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-08-17T22:40:45.221551766+02:00[Europe/Berlin]",
comments="Generator version: 7.24.0")
public class AuthenticatorConfigInfoRepresentation
extends Object
AuthenticatorConfigInfoRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPropertiesItem(ConfigPropertyRepresentation propertiesItem) booleanGet helpTextgetName()Get name@Valid List<@Valid ConfigPropertyRepresentation> Get propertiesGet providerIdinthashCode()properties(List<@Valid ConfigPropertyRepresentation> properties) providerId(String providerId) voidsetHelpText(String helpText) voidvoidsetProperties(List<@Valid ConfigPropertyRepresentation> properties) voidsetProviderId(String providerId) toString()
-
Constructor Details
-
AuthenticatorConfigInfoRepresentation
public AuthenticatorConfigInfoRepresentation()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
providerId
-
getProviderId
Get providerId- Returns:
- providerId
-
setProviderId
-
helpText
-
getHelpText
Get helpText- Returns:
- helpText
-
setHelpText
-
properties
public AuthenticatorConfigInfoRepresentation properties(List<@Valid ConfigPropertyRepresentation> properties) -
addPropertiesItem
public AuthenticatorConfigInfoRepresentation addPropertiesItem(ConfigPropertyRepresentation propertiesItem) -
getProperties
Get properties- Returns:
- properties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-