Class MongoOidcAuthScheme
java.lang.Object
dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
@Entity(value="oidc_auth_scheme",
useDiscriminator=false)
@Indexes(@Index(fields=@Field("issuer"),options=@IndexOptions(unique=true)))
public class MongoOidcAuthScheme
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.bson.types.ObjectId
getId()
getKeys()
int
hashCode()
void
setId
(org.bson.types.ObjectId id) void
void
void
setKeysUrl
(String keysUrl) void
setMediaType
(String mediaType)
-
Constructor Details
-
MongoOidcAuthScheme
public MongoOidcAuthScheme()
-
-
Method Details