| Package | org.granite.events |
| Class | public class SecurityEvent |
| Inheritance | SecurityEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| message : String | SecurityEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
SecurityEvent(type:String, message:String = null, bubbles:Boolean = false, cancelable:Boolean = false)
| SecurityEvent | ||
|
clone():Event
| SecurityEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ACCESS_DENIED : String = "accessDenied" [static]
| SecurityEvent | ||
| ALL : String = "all" [static]
| SecurityEvent | ||
| INVALID_CREDENTIALS : String = "invalidCredentials" [static]
| SecurityEvent | ||
| NOT_LOGGED_IN : String = "notLoggedIn" [static]
| SecurityEvent | ||
| SESSION_EXPIRED : String = "sessionExpired" [static]
| SecurityEvent | ||
| message | property |
public var message:String
| SecurityEvent | () | constructor |
public function SecurityEvent(type:String, message:String = null, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
message:String (default = null) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| ACCESS_DENIED | constant |
public static const ACCESS_DENIED:String = "accessDenied"
| ALL | constant |
public static const ALL:String = "all"
| INVALID_CREDENTIALS | constant |
public static const INVALID_CREDENTIALS:String = "invalidCredentials"
| NOT_LOGGED_IN | constant |
public static const NOT_LOGGED_IN:String = "notLoggedIn"
| SESSION_EXPIRED | constant |
public static const SESSION_EXPIRED:String = "sessionExpired"