Uses of Interface
org.apache.archiva.redback.authentication.TokenData
-
Packages that use TokenData Package Description org.apache.archiva.redback.authentication -
-
Uses of TokenData in org.apache.archiva.redback.authentication
Classes in org.apache.archiva.redback.authentication that implement TokenData Modifier and Type Class Description classSimpleTokenDataSimple Token information class that contains a username and a lifetime.Methods in org.apache.archiva.redback.authentication that return TokenData Modifier and Type Method Description protected TokenDataTokenManager. decrypt(byte[] token)TokenDataTokenManager. decryptToken(String token)TokenDataStringToken. getMetadata()TokenDataToken. getMetadata()The token meta data, like expiration time.Methods in org.apache.archiva.redback.authentication with parameters of type TokenData Modifier and Type Method Description protected byte[]TokenManager. encrypt(TokenData info)StringTokenManager. encryptToken(TokenData tokenData)Constructors in org.apache.archiva.redback.authentication with parameters of type TokenData Constructor Description StringToken(String id, String tokenData, TokenData metadata)StringToken(TokenType type, String id, String tokenData, TokenData metadata)
-