Uses of Interface
org.opendaylight.aaa.api.CredentialAuth
-
Packages that use CredentialAuth Package Description org.opendaylight.aaa.api org.opendaylight.aaa.shiro.idm org.opendaylight.aaa.shiro.tokenauthrealm.auth -
-
Uses of CredentialAuth in org.opendaylight.aaa.api
Subinterfaces of CredentialAuth in org.opendaylight.aaa.api Modifier and Type Interface Description interface
PasswordCredentialAuth
Type-safe specialization combiningCredentialAuth
andPasswordCredentials
. -
Uses of CredentialAuth in org.opendaylight.aaa.shiro.idm
Classes in org.opendaylight.aaa.shiro.idm that implement CredentialAuth Modifier and Type Class Description class
IdmLightProxy
An OSGi proxy for the IdmLight server.class
OSGIIdmLightProxy
-
Uses of CredentialAuth in org.opendaylight.aaa.shiro.tokenauthrealm.auth
Constructors in org.opendaylight.aaa.shiro.tokenauthrealm.auth with parameters of type CredentialAuth Constructor Description HttpBasicAuth(CredentialAuth<PasswordCredentials> credentialAuth)
-