Pakiet | com.adobe.livecycle.ria.security.api |
Interfejs | public interface IUser |
Implementory | User |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
IUser
interface provides read-access to a user's attributes,
and offers basic support for authorization checking.
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
anonymous : Boolean [tylko do odczytu]
A flag that indicates whether the current user is anonymous. | IUser | ||
attributes : Object [tylko do odczytu]
The other attributes of the user depending on available details on the server-side. | IUser | ||
displayName : String [tylko do odczytu]
The name that can be used for display purposes. | IUser | ||
email : String [tylko do odczytu]
The email address of the user. | IUser | ||
firstName : String [tylko do odczytu]
The first name of the user. | IUser | ||
groups : Array [tylko do odczytu]
The groups to which a user belongs. | IUser | ||
lastName : String [tylko do odczytu]
The last name of the user. | IUser | ||
session : ISession [tylko do odczytu]
The session associated with the current user. | IUser | ||
userid : String [tylko do odczytu]
The user's user identifier (ID). | IUser |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Determines whether the current user is member of given group. | IUser |
anonymous | właściwość |
anonymous:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get anonymous():Boolean
attributes | właściwość |
attributes:Object
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The other attributes of the user depending on available details on the server-side.
Implementacja
public function get attributes():Object
displayName | właściwość |
displayName:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The name that can be used for display purposes.
Implementacja
public function get displayName():String
właściwość |
firstName | właściwość |
groups | właściwość |
groups:Array
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get groups():Array
lastName | właściwość |
session | właściwość |
session:ISession
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The session associated with the current user.
Implementacja
public function get session():ISession
userid | właściwość |
isMemberOf | () | metoda |
public function isMemberOf(groupName:String):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Determines whether the current user is member of given group.
Parametry
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.
|
Tue Jun 12 2018, 12:06 PM Z