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

org.sklsft.commons.rest.security.context.SecurityCredentialsEncoder Maven / Gradle / Ivy

There is a newer version: 5.0.0-M1
Show newest version
package org.sklsft.commons.rest.security.context;


/**
 * used to encode/decode a SecurityCredentials as a String
 * @author Nicolas Thibault
 *
 */
public interface SecurityCredentialsEncoder {
	
	T decode (String token);
	
	String encode (T credentials);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy