Package org.opendaylight.aaa.api
Interface PasswordCredentials
-
- All Superinterfaces:
Credentials
public interface PasswordCredentials extends Credentials
Good 'ole username/password.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
domain()
String
password()
String
username()
-