Interface SecurityAuth
-
- All Known Subinterfaces:
ServerSession
- All Known Implementing Classes:
ServerSessionImpl
public interface SecurityAuth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPassword()RemotingConnectiongetRemotingConnection()StringgetSecurityDomain()StringgetUsername()
-
-
-
Method Detail
-
getUsername
String getUsername()
-
getPassword
String getPassword()
-
getRemotingConnection
RemotingConnection getRemotingConnection()
-
getSecurityDomain
String getSecurityDomain()
-
-