Interface ICredentials
-
- All Known Subinterfaces:
IZOSCredentials
public interface ICredentials
Credentials for a host.- Since:
- 1.0.0
- Version:
- 2.0.0
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUserID()
Returns the user ID associated with these credentials.
-
-
-
Method Detail
-
getUserID
String getUserID()
Returns the user ID associated with these credentials.- Returns:
- the user ID
- Since:
- 1.0.0
-
-