|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.core.security.Authentication
public abstract class Authentication
The class Authentication represents an authenticated user.
To create Authentication use one of the createAuthentication methods on SecurityManager class.
SecurityManager.createAuthentication(String, char[]),
SecurityManager.setCurrentThreadAuthentication(Authentication),
SecurityManager.isAuthorized(Permission)| Method Summary | |
|---|---|
void |
close()
This method will close the resources associated to this Authentication. |
java.lang.String |
getUserName()
Return the username for this authentication. |
boolean |
isSupervisor()
This method returns true if the SUPERVISOR Permission is granted to the user associated with this Authentication, otherwise returns false. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void close()
After calling close the Authentication object can not be reused.
public java.lang.String getUserName()
public boolean isSupervisor()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||