Uses of Interface
org.opendaylight.aaa.api.Credentials
-
Packages that use Credentials Package Description org.opendaylight.aaa.api -
-
Uses of Credentials in org.opendaylight.aaa.api
Classes in org.opendaylight.aaa.api with type parameters of type Credentials Modifier and Type Interface Description interface
CredentialAuth<T extends Credentials>
An interface for direct authentication with some given credentials.Subinterfaces of Credentials in org.opendaylight.aaa.api Modifier and Type Interface Description interface
PasswordCredentials
Good 'ole username/password.
-