Class KeycloakAdapterConfiguration
- java.lang.Object
-
- de.openknowledge.authentication.domain.KeycloakAdapterConfiguration
-
@ApplicationScoped public class KeycloakAdapterConfiguration extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKeycloakAdapterConfiguration()KeycloakAdapterConfiguration(String aServerUrl, String aMasterRealm, String aClientId, String anUsername, String aPassword, String aGrantType, String aConnectionPoolSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()IntegergetConnectionPoolSize()StringgetGrantType()StringgetMasterRealm()StringgetPassword()StringgetServerUrl()StringgetUsername()
-
-
-
Method Detail
-
getServerUrl
public String getServerUrl()
-
getMasterRealm
public String getMasterRealm()
-
getClientId
public String getClientId()
-
getUsername
public String getUsername()
-
getPassword
public String getPassword()
-
getGrantType
public String getGrantType()
-
getConnectionPoolSize
public Integer getConnectionPoolSize()
-
-