
org.sklsft.commons.rest.security.context.SecurityCredentialsEncoder Maven / Gradle / Ivy
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