|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.idm.IdType
public class IdType
The class 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.
| フィールドの概要 | |
|---|---|
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 OpenSSO agents under the OpenSSO agent groups. |
static IdType |
AGENTONLY
Identity type of OpenSSO 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 |
| コンストラクタの概要 | |
|---|---|
protected |
IdType(String type)
|
| メソッドの概要 | |
|---|---|
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 boolean equals(Object type)
Object 内の equalspublic String toString()
Object 内の toStringpublic int hashCode()
Object 内の hashCodepublic 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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||