public abstract class AbstractIdentityType extends AbstractAttributedType implements IdentityType
AttributedType.QUERY_ATTRIBUTE
CREATED_AFTER, CREATED_BEFORE, CREATED_DATE, ENABLED, EXPIRY_AFTER, EXPIRY_BEFORE, EXPIRY_DATE, MODIFIED_AFTER, PARTITION
ID
Constructor and Description |
---|
AbstractIdentityType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getCreatedDate()
Returns the date that this IdentityType instance was created.
|
Date |
getExpirationDate()
Returns the date that this IdentityType expires, or null if there is no expiry date.
|
Partition |
getPartition()
Returns the owning Partition for this identity object.
|
int |
hashCode() |
boolean |
isEnabled()
Indicates the current enabled status of this IdentityType.
|
void |
setCreatedDate(Date createdDate)
Sets the date that this
IdentityType was created. |
void |
setEnabled(boolean enabled)
Sets the current enabled status of this
IdentityType . |
void |
setExpirationDate(Date expirationDate)
Sets the date that this
IdentityType expires. |
void |
setPartition(Partition partition)
Sets the
Partition for this object. |
getAttribute, getAttributes, getAttributesMap, getId, removeAttribute, setAttribute, setId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAttribute, getAttributes, getId, removeAttribute, setAttribute, setId
public boolean isEnabled()
IdentityType
isEnabled
in interface IdentityType
public void setEnabled(boolean enabled)
IdentityType
Sets the current enabled status of this IdentityType
.
setEnabled
in interface IdentityType
@AttributeProperty public Date getExpirationDate()
IdentityType
getExpirationDate
in interface IdentityType
public void setExpirationDate(Date expirationDate)
IdentityType
Sets the date that this IdentityType
expires.
setExpirationDate
in interface IdentityType
@AttributeProperty public Date getCreatedDate()
IdentityType
getCreatedDate
in interface IdentityType
public void setCreatedDate(Date createdDate)
IdentityType
Sets the date that this IdentityType
was created.
setCreatedDate
in interface IdentityType
public Partition getPartition()
IdentityType
getPartition
in interface IdentityType
public void setPartition(Partition partition)
IdentityType
Sets the Partition
for this object.
setPartition
in interface IdentityType
public boolean equals(Object obj)
equals
in class AbstractAttributedType
public int hashCode()
hashCode
in class AbstractAttributedType
Copyright © 2018 JBoss by Red Hat. All rights reserved.