Uses of Interface
org.opendaylight.aaa.api.PasswordCredentials
-
Packages that use PasswordCredentials Package Description org.opendaylight.aaa.api org.opendaylight.aaa.shiro.idm org.opendaylight.aaa.tokenauthrealm.auth -
-
Uses of PasswordCredentials in org.opendaylight.aaa.api
Methods in org.opendaylight.aaa.api that return types with arguments of type PasswordCredentials Modifier and Type Method Description default Class<PasswordCredentials>
PasswordCredentialAuth. credentialClass()
-
Uses of PasswordCredentials in org.opendaylight.aaa.shiro.idm
Methods in org.opendaylight.aaa.shiro.idm with parameters of type PasswordCredentials Modifier and Type Method Description Claim
IdmLightProxy. authenticate(PasswordCredentials creds)
Claim
OSGIIdmLightProxy. authenticate(PasswordCredentials cred)
-
Uses of PasswordCredentials in org.opendaylight.aaa.tokenauthrealm.auth
Methods in org.opendaylight.aaa.tokenauthrealm.auth that return PasswordCredentials Modifier and Type Method Description PasswordCredentials
PasswordCredentialBuilder. build()
Constructor parameters in org.opendaylight.aaa.tokenauthrealm.auth with type arguments of type PasswordCredentials Constructor Description HttpBasicAuth(CredentialAuth<PasswordCredentials> credentialAuth)
-