| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authentication.token |
| Modifier and Type | Method and Description |
|---|---|
@Nullable TokenInfo |
TokenProvider.createToken(@NotNull Credentials credentials)
Issues a new login token for the user with the specified credentials
and returns the associated
TokenInfo. |
TokenInfo |
CompositeTokenProvider.createToken(@NotNull Credentials credentials) |
@Nullable TokenInfo |
TokenProvider.createToken(@NotNull String userId,
@NotNull Map<String,?> attributes)
Issues a new login token for the user with the given
userId
and the specified attributes. |
TokenInfo |
CompositeTokenProvider.createToken(@NotNull String userId,
@NotNull Map<String,?> attributes) |
@Nullable TokenInfo |
TokenProvider.getTokenInfo(@NotNull String token)
Retrieves the
TokenInfo associated with the specified login token
or null. |
TokenInfo |
CompositeTokenProvider.getTokenInfo(@NotNull String token) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.