Package org.openiam.am.srvc.domain
Class AbstractMetaValueEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.base.domain.AbstractKeyNameEntity
-
- org.openiam.am.srvc.domain.AbstractMetaValueEntity
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
- Direct Known Subclasses:
URIPatternMetaValueEntity
,URIPatternMethodMetaValueEntity
@MappedSuperclass public abstract class AbstractMetaValueEntity extends AbstractKeyNameEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthResourceAMAttributeEntity
amAttribute
protected boolean
emptyValue
protected String
fetchedValue
protected String
groovyScript
protected boolean
propagateOnError
protected boolean
propagateThroughProxy
protected String
staticValue
-
Fields inherited from class org.openiam.base.domain.AbstractKeyNameEntity
name
-
-
Constructor Summary
Constructors Constructor Description AbstractMetaValueEntity()
-
-
-
Field Detail
-
propagateThroughProxy
protected boolean propagateThroughProxy
-
propagateOnError
protected boolean propagateOnError
-
staticValue
protected String staticValue
-
groovyScript
protected String groovyScript
-
emptyValue
protected boolean emptyValue
-
fetchedValue
protected String fetchedValue
-
amAttribute
protected AuthResourceAMAttributeEntity amAttribute
-
-