|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
inetsoft.sree.security.AuthenticationChangeEvent
public class AuthenticationChangeEvent
Event that signals that a security object has been removed or renamed.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AuthenticationChangeEvent(Object source,
String oldName,
String newName,
int type,
boolean removed)
Creates a new instance of AuthenticationChangeEvent. |
|
| Method Summary | |
|---|---|
String |
getNewName()
Gets the new name of the security object. |
String |
getOldName()
Gets the old name of the security object. |
int |
getType()
Gets the type of the security object. |
boolean |
isRemoved()
Determines if the security object has been removed or renamed. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationChangeEvent(Object source,
String oldName,
String newName,
int type,
boolean removed)
source - the object on which the event originally occurred.oldName - the old name of the security object.newName - the new name of the security object.type - the type of the security object. The value of this parameter
must be one of the type constants defined in
Identity.removed - true if the security object has been removed;
false otherwise.| Method Detail |
|---|
public String getOldName()
public String getNewName()
public int getType()
Identity.
public boolean isRemoved()
true if the security object has been removed;
false if it has been renamed.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||