Package org.openiam.am.srvc.domain
Class AuthenticationRuleEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.base.domain.AbstractKeyNameEntity
-
- org.openiam.am.srvc.domain.AuthenticationRuleEntity
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
@Entity public class AuthenticationRuleEntity extends AbstractKeyNameEntity
Rule for Adaptive Authentication- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.domain.AbstractKeyNameEntity
name
-
-
Constructor Summary
Constructors Constructor Description AuthenticationRuleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAuthenticationStep(AuthenticationRuleStepEntity authenticationStep)
void
addContentProviderXrefs(RuleContentProviderXrefEntity contentProviderXref)
void
addPatternXrefs(RuleURIPatternXrefEntity patternXref)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
addAuthenticationStep
public void addAuthenticationStep(AuthenticationRuleStepEntity authenticationStep)
-
addPatternXrefs
public void addPatternXrefs(RuleURIPatternXrefEntity patternXref)
-
addContentProviderXrefs
public void addContentProviderXrefs(RuleContentProviderXrefEntity contentProviderXref)
-
-