@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, lockingVersion
COL_ID, id
ATTR_PROJEKT
IMPORT_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, setLockingVersion
asIntValue, isPersisted, setId
compareTo, equals, getDBTableName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
public 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)
AbstractEntity
Integer.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 AbstractEntity
id
- Long
the database-id to setpublic void setProjekt(Projekt project)
setProjekt
in interface IProjektDependent
public Projekt getProjekt()
getProjekt
in interface IProjektDependent
public 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 AbstractLockableEntity
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.