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