Interface SecurityAuth
- All Known Subinterfaces:
ServerSession
- All Known Implementing Classes:
ServerSessionImpl
public interface SecurityAuth
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getUsername
String getUsername() -
getPassword
String getPassword() -
getRemotingConnection
RemotingConnection getRemotingConnection() -
getSecurityDomain
String getSecurityDomain()
-