Module org.refcodes.web
Package org.refcodes.web
Interface BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator
-
- All Known Subinterfaces:
BearerAuthCredentialsAccessor.BearerAuthCredentialsProperty
- Enclosing interface:
- BearerAuthCredentialsAccessor
public static interface BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator
Provides a mutator for aBearerAuthCredentials
property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
setBearerAuthCredentials(String aBearerAuthCredentials)
Sets theBearerAuthCredentials
from the token for the bearer auth credentials property.void
setBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)
Sets theBearerAuthCredentials
for the bearer auth credentials property.
-
-
-
Method Detail
-
setBearerAuthCredentials
void setBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)
Sets theBearerAuthCredentials
for the bearer auth credentials property.- Parameters:
aBearerAuthCredentials
- TheBearerAuthCredentials
to be stored by theBearerAuthCredentials
property.
-
setBearerAuthCredentials
default void setBearerAuthCredentials(String aBearerAuthCredentials)
Sets theBearerAuthCredentials
from the token for the bearer auth credentials property.- Parameters:
aBearerAuthCredentials
- The password to be stored by theBearerAuthCredentials
property.
-
-