- All Known Subinterfaces:
TokenAccessor.TokenProperty
public interface TokenAccessor
Provides an accessor for a token property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a token property returning the builder for applying multiple build operations.static interface
Provides a mutator for a token property.static interface
Provides a token property. -
Method Summary
-
Method Details
-
getToken
String getToken()Retrieves the token from the token property.- Returns:
- The token stored by the token property.
-