public class RMKeycloakLoginModule extends KeycloakLoginModule
callbackHandler, ENCRYPTED_DATA_SEP, groupFile, loginFile, subject, tenantFile
Constructor and Description |
---|
RMKeycloakLoginModule() |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
getConfiguredDomains() |
protected String |
getGroupFileName()
Returns group file name from scheduler configuration file
Used for group membership verification fall-back.
|
protected String |
getKeycloakConfigFileName()
Returns Keycloak configuration file name defined in scheduler configuration file
|
org.apache.log4j.Logger |
getLogger()
Returns logger for authentication
|
protected String |
getLoginFileName()
Returns login file name from scheduler configuration file
Used for authentication fall-back
|
protected PrivateKey |
getPrivateKey()
Defines private key
|
protected String |
getTenantFileName()
Returns tenant file name from scheduler configuration file
|
abort, commit, initialize, login, logout, parseAccessTokenResponse
checkGroupFile, checkLoginFile, checkTenantFile, groupMembershipFromFile, logUser, removeOldFailedAttempts, resetFailedAttempt, retryInHowManyMinutes, storeFailedAttempt, tenantMembershipFromFile, tooManyFailedAttempts
protected String getKeycloakConfigFileName()
getKeycloakConfigFileName
in class KeycloakLoginModule
protected String getLoginFileName()
getLoginFileName
in class FileLoginModule
protected String getGroupFileName()
getGroupFileName
in class FileLoginModule
protected String getTenantFileName()
getTenantFileName
in class FileLoginModule
protected Set<String> getConfiguredDomains()
getConfiguredDomains
in class FileLoginModule
protected PrivateKey getPrivateKey() throws KeyException
FileLoginModule
getPrivateKey
in class FileLoginModule
KeyException
public org.apache.log4j.Logger getLogger()