Package org.openiam.am.srvc.domain
Class AuthLevelGroupingEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.base.domain.AbstractKeyNameEntity
-
- org.openiam.am.srvc.domain.AuthLevelGroupingEntity
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
@Entity public class AuthLevelGroupingEntity extends AbstractKeyNameEntity
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.domain.AbstractKeyNameEntity
name
-
-
Constructor Summary
Constructors Constructor Description AuthLevelGroupingEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAuthenticationSteps(AuthenticationRuleStepEntity xref)
-
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
-
addAuthenticationSteps
public void addAuthenticationSteps(AuthenticationRuleStepEntity xref)
-
-