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

com.jgcomptech.tools.authc.Account Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package com.jgcomptech.tools.authc;

import com.jgcomptech.tools.authz.AuthorizationInfo;

/**
 * Interface used for account objects that combines authentication info and authorization info.
 * @since 1.5.0
 */
public interface Account extends AuthenticationInfo, AuthorizationInfo { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy