Class AuthenticationToken
- java.lang.Object
-
- org.dspace.app.rest.model.wrapper.AuthenticationToken
-
public class AuthenticationToken extends Object
This class represents an authentication token. It acts as a wrapper for a String object to differentiate between actual Strings and AuthenticationToken
-
-
Constructor Summary
Constructors Constructor Description AuthenticationToken(String token)
-