Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.livecycle.ria.security.api 

IUser  - AS3 ADEP Security

パッケージcom.adobe.livecycle.ria.security.api
インターフェイスpublic interface IUser
実装者 User

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The IUser interface provides read-access to a user's attributes, and offers basic support for authorization checking.



パブリックプロパティ
 プロパティ定義元
  anonymous : Boolean
[読み取り専用] A flag that indicates whether the current user is anonymous.
IUser
  attributes : Object
[読み取り専用] The other attributes of the user depending on available details on the server-side.
IUser
  displayName : String
[読み取り専用] The name that can be used for display purposes.
IUser
  email : String
[読み取り専用] The email address of the user.
IUser
  firstName : String
[読み取り専用] The first name of the user.
IUser
  groups : Array
[読み取り専用] The groups to which a user belongs.
IUser
  lastName : String
[読み取り専用] The last name of the user.
IUser
  session : ISession
[読み取り専用] The session associated with the current user.
IUser
  userid : String
[読み取り専用] The user's user identifier (ID).
IUser
パブリックメソッド
 メソッド定義元
  
Determines whether the current user is member of given group.
IUser
プロパティの詳細

anonymous

プロパティ
anonymous:Boolean  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

A flag that indicates whether the current user is anonymous.

It can be used to control display at time of startup when user identity is not determined.



実装
    public function get anonymous():Boolean

attributes

プロパティ 
attributes:Object  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The other attributes of the user depending on available details on the server-side.



実装
    public function get attributes():Object

displayName

プロパティ 
displayName:String  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The name that can be used for display purposes.



実装
    public function get displayName():String

email

プロパティ 
email:String  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The email address of the user.



実装
    public function get email():String

firstName

プロパティ 
firstName:String  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The first name of the user.



実装
    public function get firstName():String

groups

プロパティ 
groups:Array  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The groups to which a user belongs.

The returned Array object contains Group names. By default all the groups to which the user belongs are returned. However in some cases the group names might be filtered. For example if a group has property UIEnabled set to false then such a group would not be sent to client.



実装
    public function get groups():Array

lastName

プロパティ 
lastName:String  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The last name of the user.



実装
    public function get lastName():String

session

プロパティ 
session:ISession  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The session associated with the current user.



実装
    public function get session():ISession

userid

プロパティ 
userid:String  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The user's user identifier (ID).



実装
    public function get userid():String
メソッドの詳細

isMemberOf

()メソッド
public function isMemberOf(groupName:String):Boolean

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Determines whether the current user is member of given group.

パラメーター

groupName:String — Specifies the name of the group for which check is performed.

戻り値
Boolean — A boolean value. A value of true indicates that the user is member of passed group.




[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。