Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Packages that use TokenInfo Package Description org.apache.jackrabbit.oak.spi.security.authentication.token -
-
Uses of TokenInfo in org.apache.jackrabbit.oak.spi.security.authentication.token
Methods in org.apache.jackrabbit.oak.spi.security.authentication.token that return TokenInfo Modifier and Type Method Description @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.
-