Uses of Class
dev.relism.flash.ext.security.oauthserver.OAuthServerExtension
-
Uses of OAuthServerExtension in dev.relism.flash.ext.security.oauthserver
Methods in dev.relism.flash.ext.security.oauthserver that return OAuthServerExtensionModifier and TypeMethodDescriptionOAuthServerExtension.accessTokenLifetime(Duration lifetime) OAuthServerExtension.allowLocalClients()Lets client metadata documents live on http and private addresses — for development, never production.OAuthServerExtension.consentPage(String consentPage) The application's page asking a signed-in user to allow a client, sent the authorization request as its query string.OAuthServerExtension.refreshTokenLifetime(Duration lifetime) OAuthServerExtension.registration(boolean open) Whether any client may register itself atREGISTER(RFC 7591).The scopes a client may be granted; any other it asks for is left out of the grant.OAuthServerExtension.signingKeys(String jwkSet) The signing keys, as a JWK set whose first key is a private P-256 key — seegenerateSigningKeys().OAuthServerExtension.store(OAuthStore store) OAuthServerExtension.subjects(Function<dev.relism.flash.ext.security.SecurityIdentity, OAuthSubject> subjects) Whom an authorization names, and what its tokens carry — and who may authorize at all: throw to refuse a caller.