com.ontimize.locator
Interface UserDelegatorAutentifier
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- DelegationPermissionReferenceLocator, DelegationSecurePermissionSecureReferenceLocator
- public interface UserDelegatorAutentifier
- extends java.rmi.Remote
isAuthentified
public boolean isAuthentified(java.lang.String user,
java.lang.String password)
throws java.lang.Exception
- Throws:
java.lang.Exception
hasDelegations
public boolean hasDelegations(java.lang.String user,
java.lang.String password)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDelegations
public UserDelegationsInfo getDelegations(java.lang.String user,
java.lang.String password)
throws java.lang.Exception
- Throws:
java.lang.Exception
startSession
public int startSession(java.lang.String user,
java.lang.String password,
java.lang.String asUser,
ClientWatch cw)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCurrentDelegation
public java.lang.String getCurrentDelegation(java.lang.String user,
int sessionId)
throws java.lang.Exception
- Throws:
java.lang.Exception