All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.greenfield.vertx.irked.auth.NullAuthorizationToken Maven / Gradle / Ivy

There is a newer version: 4.5.10
Show newest version
package tech.greenfield.vertx.irked.auth;

/**
 * An {@link AuthorizationToken} implementation to specify that no authorization token was present
 * @author odeda
 */
public class NullAuthorizationToken extends AuthorizationToken {

	public NullAuthorizationToken() {
		update(null, null);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy