Uses of Interface
org.refcodes.web.TokenCredentials
-
Uses of TokenCredentials in org.refcodes.web
Modifier and TypeClassDescriptionclass
TheBearerAuthCredentials
defines a type for representing a Bearer-Authentication credentials Header-Field.Modifier and TypeMethodDescriptiondefault boolean
TokenCredentials.isValid
(TokenCredentials aCredentials) Validates the providedTokenCredentials
against thisTokenCredentials
user-name and secret.void
BearerAuthCredentials.validate
(TokenCredentials aCredentials) Validates the providedTokenCredentials
with thisBearerAuthCredentials
viaisValid(TokenCredentials)
.