![JAR search and dependency download from the Maven repository](/logo.png)
nyla.solutions.core.security.SecuredToken Maven / Gradle / Ivy
package nyla.solutions.core.security;
import java.io.Serializable;
import java.security.Principal;
public interface SecuredToken extends Serializable , Principal
{
/**
*
* @return the generated unique token
*/
public String getToken();
/**
*
* @return get encrypted password
*/
public char[] getCredentials();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy