@Entity public class ProjectAuthenticatorConfig extends ALockableEntity implements IProjektDependent, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_AUTHENTICATOR_TYPE |
static String |
ATTR_CLIENTAUTHENTICATOR |
static String |
ATTR_ORDER_IDX |
static String |
ATTR_PROJECT |
static String |
ATTR_SYSTEMAUTHENTICATOR |
static String |
COL_PROJECT_ID |
COL_LOCKINGVERSION, lockingVersionCOL_ID, idATTR_PROJEKTIMPORT_ID, INVALID_ID| Constructor and Description |
|---|
ProjectAuthenticatorConfig() |
ProjectAuthenticatorConfig(EAuthClientType authenticatorType,
Projekt project) |
ProjectAuthenticatorConfig(IAuthenticator<?> authenticator,
Projekt project) |
| Modifier and Type | Method and Description |
|---|---|
IAuthenticator<?> |
getAuthenticator() |
String |
getAuthenticatorToken() |
EAuthClientType |
getAuthenticatorType() |
ClientAuthenticator |
getClientAuthenticator() |
String |
getDisplayName(Locale locale) |
String |
getI18nPlaceholder() |
Long |
getId() |
String |
getIdentifier() |
Projekt |
getProjekt() |
SystemAuthenticator |
getSystemAuthenticator() |
void |
setAuthenticatorType(EAuthClientType authenticatorType) |
void |
setClientAuthenticator(ClientAuthenticator clientAuthenticator) |
void |
setId(Long id)
!!!
|
void |
setProjekt(Projekt project) |
void |
setSystemAuthenticator(SystemAuthenticator systemAuthenticator) |
String |
toString() |
entityHasChanged, getLockingVersion, setLockingVersionasIntValue, isPersisted, setIdcompareTo, equals, getDBTableName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic static final String COL_PROJECT_ID
public static final String ATTR_CLIENTAUTHENTICATOR
public static final String ATTR_SYSTEMAUTHENTICATOR
public static final String ATTR_PROJECT
public static final String ATTR_AUTHENTICATOR_TYPE
public static final String ATTR_ORDER_IDX
public ProjectAuthenticatorConfig()
public ProjectAuthenticatorConfig(EAuthClientType authenticatorType, Projekt project)
public ProjectAuthenticatorConfig(IAuthenticator<?> authenticator, Projekt project)
public void setId(Long id)
AbstractEntityInteger.MAX_VALUE or lower then Integer.MIN_VALUE will be
altered to null!!!setId in interface de.xima.cmn.dao.interfaces.IEntity<Long>setId in class AbstractEntityid - Long the database-id to setpublic void setProjekt(Projekt project)
setProjekt in interface IProjektDependentpublic Projekt getProjekt()
getProjekt in interface IProjektDependentpublic EAuthClientType getAuthenticatorType()
public void setAuthenticatorType(EAuthClientType authenticatorType)
public ClientAuthenticator getClientAuthenticator()
public void setClientAuthenticator(ClientAuthenticator clientAuthenticator)
public SystemAuthenticator getSystemAuthenticator()
public void setSystemAuthenticator(SystemAuthenticator systemAuthenticator)
public IAuthenticator<?> getAuthenticator()
public String getIdentifier()
public String getAuthenticatorToken()
public String getI18nPlaceholder()
public String toString()
toString in class AbstractLockableEntityCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.