Class Config
java.lang.Object
net.datenwerke.oidc.client.provider.keycloak.jsi.Config
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Mapper class for keycloak js config.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientId()Getter for clientId.final ConfigHelper for chaining config setters.Getter for oidcProvider.final ConfigoidcProvider(String oidcProvider) Helper for chaining config setters.realm()Getter for realm.final ConfigHelper for chaining config setters.url()Getter for url.final ConfigHelper for chaining config setters.
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
url
Getter for url.- Returns:
- The url.
-
url
Helper for chaining config setters.- Parameters:
url- The url to set.- Returns:
- The config instance.
-
realm
Getter for realm.- Returns:
- The realm.
-
realm
Helper for chaining config setters.- Parameters:
realm- The realm to set.- Returns:
- The config instance.
-
clientId
Getter for clientId.- Returns:
- The clientId.
-
clientId
Helper for chaining config setters.- Parameters:
clientId- The clientId to set.- Returns:
- The config instance.
-
oidcProvider
Getter for oidcProvider.- Returns:
- The oidcProvider.
-
oidcProvider
Helper for chaining config setters.- Parameters:
oidcProvider- The oidcProvider to set.- Returns:
- The config instance.
-