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

com.emc.vipr.client.impl.jersey.TokenAccess Maven / Gradle / Ivy

There is a newer version: 3.5.0.0
Show newest version
/*
 * Copyright (c) 2015 EMC Corporation
 * All Rights Reserved
 */
package com.emc.vipr.client.impl.jersey;

/**
 * Interface for providing access to an auth token cookie. This allows the 'ownership'
 * of the auth token to be external from the filter.
 */
public interface TokenAccess {
    public void setToken(String token);

    public String getToken();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy