Uses of Interface
org.teiid.OAuthCredential
-
Packages that use OAuthCredential Package Description org.teiid org.teiid.jboss.oauth -
-
Uses of OAuthCredential in org.teiid
Methods in org.teiid that return OAuthCredential Modifier and Type Method Description static OAuthCredential
OAuthCredentialContext. getCredential()
Methods in org.teiid with parameters of type OAuthCredential Modifier and Type Method Description static void
OAuthCredentialContext. setCredential(OAuthCredential credential)
-
Uses of OAuthCredential in org.teiid.jboss.oauth
Classes in org.teiid.jboss.oauth that implement OAuthCredential Modifier and Type Class Description class
OAuth10CredentialImpl
This helps aid with OAuth1.0a authentication.class
OAuth20CredentialImpl
Fields in org.teiid.jboss.oauth declared as OAuthCredential Modifier and Type Field Description protected OAuthCredential
OAuth10LoginModule. credential
protected OAuthCredential
OAuth20LoginModule. credential
Methods in org.teiid.jboss.oauth that return OAuthCredential Modifier and Type Method Description OAuthCredential
OAuth10LoginModule. getCredential()
OAuthCredential
OAuth20LoginModule. getCredential()
Methods in org.teiid.jboss.oauth with parameters of type OAuthCredential Modifier and Type Method Description void
OAuth10LoginModule. setCredential(OAuthCredential credential)
void
OAuth20LoginModule. setCredential(OAuthCredential credential)
-