Class OpenIdRealm
- java.lang.Object
-
- com.google.gerrit.server.account.AbstractRealm
-
- com.google.gerrit.server.account.DefaultRealm
-
- com.google.gerrit.server.auth.openid.OpenIdRealm
-
- All Implemented Interfaces:
Realm
public class OpenIdRealm extends DefaultRealm
-
-
Constructor Summary
Constructors Constructor Description OpenIdRealm(EmailExpander emailExpander, com.google.inject.Provider<Emails> emails, AuthConfig authConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accountBelongsToRealm(Collection<ExternalId> externalIds)
-
Methods inherited from class com.google.gerrit.server.account.DefaultRealm
allowsEdit, authenticate, lookup, onCreateAccount
-
Methods inherited from class com.google.gerrit.server.account.AbstractRealm
getEditableFields, getEmailAddresses, hasEmailAddress
-
-
-
-
Constructor Detail
-
OpenIdRealm
@Inject public OpenIdRealm(EmailExpander emailExpander, com.google.inject.Provider<Emails> emails, AuthConfig authConfig)
-
-
Method Detail
-
accountBelongsToRealm
public boolean accountBelongsToRealm(Collection<ExternalId> externalIds)
- Returns:
- true if the account is backed by the realm, false otherwise.
-
-