Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
Packages that use TokenInfo
-
Uses of TokenInfo in org.apache.jackrabbit.oak.spi.security.authentication.token
Methods in org.apache.jackrabbit.oak.spi.security.authentication.token that return TokenInfoModifier and TypeMethodDescription@Nullable TokenInfoCompositeTokenProvider.createToken(@NotNull String userId, @NotNull Map<String, ?> attributes) @Nullable TokenInfoCompositeTokenProvider.createToken(@NotNull Credentials credentials) @Nullable TokenInfoTokenProvider.createToken(@NotNull String userId, @NotNull Map<String, ?> attributes) Issues a new login token for the user with the givenuserIdand the specified attributes.@Nullable TokenInfoTokenProvider.createToken(@NotNull Credentials credentials) Issues a new login token for the user with the specified credentials and returns the associatedTokenInfo.@Nullable TokenInfoCompositeTokenProvider.getTokenInfo(@NotNull String token) @Nullable TokenInfoTokenProvider.getTokenInfo(@NotNull String token) Retrieves theTokenInfoassociated with the specified login token ornull.