Package com.avoka.fc.core.entity
Class AuthProviderParameter
java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
com.avoka.core.entity.BaseEntity
com.avoka.fc.core.entity.auto._AuthProviderParameter
com.avoka.fc.core.entity.AuthProviderParameter
- All Implemented Interfaces:
IEntity,Auditable,Serializable,org.apache.cayenne.DataObject,org.apache.cayenne.Persistent,org.apache.cayenne.Validating
@CacheGroups("CONFIG")
public class AuthProviderParameter
extends _AuthProviderParameter
implements Auditable
Provides an security Authentication Provider configuration Parameter entity.
- Since:
- 3.5.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates that the parameter can accept the values "true" and "false"static final StringIndicates that the parameter can accept date valuesstatic final StringIndicates that the parameter can accept a valid email addressstatic final StringIndicates that the parameter can accept a value from a pre-defined liststatic final StringIndicates that the parameter can accept numeric valuesstatic final StringIndicates that the parameter can accept password valuesstatic final StringIndicates that the parameter can accept string valuesstatic final String[]The full set of possible data typesFields inherited from class com.avoka.fc.core.entity.auto._AuthProviderParameter
AUTH_PROVIDER_PARAMETER_OID_PK_COLUMN, AUTHENTICATION_PROVIDER, AUTHENTICATION_PROVIDER_PROPERTY, DESCRIPTION, DESCRIPTION_PROPERTY, LIST_VALUES, LIST_VALUES_PROPERTY, NAME, NAME_PROPERTY, TYPE, TYPE_PROPERTY, VALUE, VALUE_PROPERTYFields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTYFields inherited from class org.apache.cayenne.CayenneDataObject
valuesFields inherited from class org.apache.cayenne.BaseDataObject
snapshotVersionFields inherited from class org.apache.cayenne.PersistentObject
objectContext, objectId, persistenceStateFields inherited from interface org.apache.cayenne.DataObject
DEFAULT_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the values for a list parameter.getValue()Gets the value.voidSets the value.booleanValidate the list values defined for a parameter of type List.Methods inherited from class com.avoka.fc.core.entity.auto._AuthProviderParameter
getAuthenticationProvider, getDescription, getListValues, getName, getType, setAuthenticationProvider, setDescription, setListValues, setName, setTypeMethods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toStringMethods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeStateMethods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerializedMethods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.avoka.fc.core.entity.Auditable
getId, getValuesMapMethods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Field Details
-
TYPE_BOOLEAN
Indicates that the parameter can accept the values "true" and "false"- See Also:
-
TYPE_DATE
Indicates that the parameter can accept date values- See Also:
-
TYPE_EMAIL
Indicates that the parameter can accept a valid email address- See Also:
-
TYPE_LIST
Indicates that the parameter can accept a value from a pre-defined list- See Also:
-
TYPE_NUMBER
Indicates that the parameter can accept numeric values- See Also:
-
TYPE_STRING
Indicates that the parameter can accept string values- See Also:
-
TYPE_PASSWORD
Indicates that the parameter can accept password values- See Also:
-
TYPES
The full set of possible data types
-
-
Constructor Details
-
AuthProviderParameter
public AuthProviderParameter()
-
-
Method Details
-
getListValuesMap
Return the values for a list parameter. Each entry has a value and a display string.- Returns:
- the map containing all list values
- Throws:
RuntimeException- if the parameter is not of typeServiceParameter.TYPE_LIST
-
validateListValues
public boolean validateListValues()Validate the list values defined for a parameter of type List.- Returns:
- true if the list values are valid
- Throws:
RuntimeException- if the parameter is not of typeServiceParameter.TYPE_LIST
-
getValue
Gets the value.- Overrides:
getValuein class_AuthProviderParameter- Returns:
- the value
- See Also:
-
setValue
Sets the value.- Overrides:
setValuein class_AuthProviderParameter- Parameters:
value- the new value- See Also:
-