Class ProjectAuthenticatorConfig
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.ALockableEntity
de.xima.fc.entities.AAuthenticatorConfig
de.xima.fc.entities.ProjectAuthenticatorConfig
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IAuthenticatorConfig, ILockingVersionProviding, IProjektDependent, ITransferable, ITransferableEntity, ITransferableLockableEntity, IStringAttributesMixin, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity
public class ProjectAuthenticatorConfig
extends AAuthenticatorConfig
implements IProjektDependent, Serializable
Model for persisting authenticator configurations for a project
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsFields inherited from class AAuthenticatorConfig
ATTR_AUTHENTICATOR_TYPE, ATTR_CLIENTAUTHENTICATOR, ATTR_ORDER_IDX, ATTR_SYSTEMAUTHENTICATOR, authenticatorType, clientAuthenticator, systemAuthenticatorFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface IProjektDependent
ATTR_PROJEKTFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
ConstructorsConstructorDescriptionProjectAuthenticatorConfig(IAuthenticator<?> authenticator, Projekt project) ProjectAuthenticatorConfig(IAuthenticator<?> authenticator, Projekt project, Map<String, String> attributes) ProjectAuthenticatorConfig(EAuthClientType authenticatorType, Projekt project) ProjectAuthenticatorConfig(EAuthClientType authenticatorType, Projekt project, Map<String, String> attributes) -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetAttributes(Map<String, String> attributes) void!!!voidsetProjekt(Projekt project) Methods inherited from class AAuthenticatorConfig
getAuthenticator, getAuthenticatorToken, getAuthenticatorType, getClientAuthenticator, getClientDescriptor, getDisplayName, getI18nPlaceholder, getIdentifier, getSystemAuthenticator, setAuthenticator, setAuthenticatorType, setClientAuthenticator, setClientDescriptor, setSystemAuthenticator, toStringMethods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersionMethods inherited from class AbstractEntity
asIntValue, isPersisted, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersistedMethods inherited from interface IStringAttributesMixin
getAttributeValue, getAttributeValueList, getAttributeValueMap, putAttribute, putAttributes, putAttributes, removeAttribute
-
Field Details
-
COL_PROJECT_ID
- See Also:
-
ATTR_PROJECT
- See Also:
-
-
Constructor Details
-
ProjectAuthenticatorConfig
public ProjectAuthenticatorConfig() -
ProjectAuthenticatorConfig
-
ProjectAuthenticatorConfig
public ProjectAuthenticatorConfig(EAuthClientType authenticatorType, Projekt project, Map<String, String> attributes) -
ProjectAuthenticatorConfig
-
ProjectAuthenticatorConfig
public ProjectAuthenticatorConfig(IAuthenticator<?> authenticator, Projekt project, Map<String, String> attributes)
-
-
Method Details
-
getId
-
setId
Description copied from class:AbstractEntity!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!- Specified by:
setIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>- Overrides:
setIdin classAbstractEntity- Parameters:
id-Longthe database-id to set
-
setProjekt
- Specified by:
setProjektin interfaceIProjektDependent
-
getProjekt
- Specified by:
getProjektin interfaceIProjektDependent
-
getAttributes
- Specified by:
getAttributesin interfaceIStringAttributesMixin- Returns:
- the string attributes
-
setAttributes
-