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

com.xlrit.gears.server.security.oauth.TokenManagerImpl Maven / Gradle / Ivy

The newest version!
package com.xlrit.gears.server.security.oauth;

import com.xlrit.gears.server.security.TokenManager;

class TokenManagerImpl implements TokenManager {

	@Override
	public String createToken(String username, String password) {
		throw new UnsupportedOperationException();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy