Class IdentityVO
- java.lang.Object
-
- com.identityworksllc.iiq.common.plugin.vo.RestObject
-
- com.identityworksllc.iiq.common.plugin.vo.ObjectSummary
-
- com.identityworksllc.iiq.common.plugin.vo.IdentityVO
-
public class IdentityVO extends ObjectSummary
A simplified VO object that can wrap an Identity and some of its useful properties.
-
-
Constructor Summary
Constructors Constructor Description IdentityVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalIdentifier()
boolean
isCorrelated()
boolean
isInactive()
boolean
isWorkgroup()
void
setCorrelated(boolean correlated)
void
setInactive(boolean inactive)
void
setLocalIdentifier(String localIdentifier)
void
setWorkgroup(boolean workgroup)
-
Methods inherited from class com.identityworksllc.iiq.common.plugin.vo.ObjectSummary
addAttribute, addAttribute, getAttributes, getDisplayName, getId, getName, getType, setAttributes, setDisplayName, setId, setName, setType, toString
-
Methods inherited from class com.identityworksllc.iiq.common.plugin.vo.RestObject
addLink, getLinks, setLinks
-
-
-
-
Constructor Detail
-
IdentityVO
public IdentityVO()
-
-
Method Detail
-
getLocalIdentifier
public String getLocalIdentifier()
-
isCorrelated
public boolean isCorrelated()
-
isInactive
public boolean isInactive()
-
isWorkgroup
public boolean isWorkgroup()
-
setCorrelated
public void setCorrelated(boolean correlated)
-
setInactive
public void setInactive(boolean inactive)
-
setLocalIdentifier
public void setLocalIdentifier(String localIdentifier)
-
setWorkgroup
public void setWorkgroup(boolean workgroup)
-
-