public class IdType extends Object implements Serializable
IdType
defines the types of supported identities,
and provides static constants for these identities. Currently defined
identities are IdType.USER
, IdType.ROLE
,
IdType.GROUP
and IdType.AGENT
. The usage of
the respective types are defined along with their declaration.Modifier and Type | Field and Description |
---|---|
static IdType |
AGENT
Identity type of AGENT
Also from OpenSSO 8.0 onwards, this is the Identity type of
the union of agents and those under the agent groups.
|
static IdType |
AGENTGROUP
Identity type of OpenAM agents under the OpenAM
agent groups.
|
static IdType |
AGENTONLY
Identity type of OpenAM agent only.
|
static IdType |
FILTEREDROLE
Identity type of filter role.
|
static IdType |
GROUP
Identity type of GROUP
|
static IdType |
REALM |
static IdType |
ROLE
Identity type of ROLE
|
static IdType |
USER
Identity type of USER
|
Modifier and Type | Method and Description |
---|---|
Set |
canAddMembers()
Returns a set of types of identities that this type can add as members.
|
Set |
canBeMemberOf()
Returns a set of types of identities that this type can be a member of.
|
Set |
canHaveMembers()
Returns a set of types of identities this type can hav as its' members.
|
boolean |
equals(Object type) |
String |
getName()
Returns the name of this type, for example
user for type
User. |
int |
hashCode()
Returns the hash code of the object
|
String |
toString() |
public static final IdType USER
public static final IdType ROLE
public static final IdType GROUP
public static final IdType AGENT
public static final IdType FILTEREDROLE
public static final IdType REALM
public static final IdType AGENTONLY
public static final IdType AGENTGROUP
protected IdType(String type)
public int hashCode()
public String getName()
user
for type
User.public Set canHaveMembers()
IdType
which can be members of this
identity type.public Set canBeMemberOf()
IdType
.public Set canAddMembers()
IdType
.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.