Package de.xima.fc.entities
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 de.xima.fc.entities.AAuthenticatorConfig
ATTR_AUTHENTICATOR_TYPE, ATTR_CLIENTAUTHENTICATOR, ATTR_ORDER_IDX, ATTR_SYSTEMAUTHENTICATOR, authenticatorType, clientAuthenticator, systemAuthenticatorFields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class de.xima.fc.entities.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 de.xima.fc.entities.interfaces.IProjektDependent
ATTR_PROJEKTFields inherited from interface de.xima.fc.entities.interfaces.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 de.xima.fc.entities.AAuthenticatorConfig
getAuthenticator, getAuthenticatorToken, getAuthenticatorType, getClientAuthenticator, getClientDescriptor, getDisplayName, getI18nPlaceholder, getIdentifier, getSystemAuthenticator, setAuthenticator, setAuthenticatorType, setClientAuthenticator, setSystemAuthenticator, toStringMethods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersionMethods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersistedMethods inherited from interface de.xima.fc.interfaces.mixin.attributes.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
- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
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
-