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

org.valkyriercp.core.Secured Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package org.valkyriercp.core;

public interface Secured extends Authorizable, AuthorityConfigurable {
    /**
     * Set the Id of the security controller that should manage this object.
     * @param controllerId Id (bean name) of the security controller
     */
    public void setSecurityControllerId(String controllerId);

    /**
     * Get the id (bean name) of the security controller that should manage this object.
     * @return controller id
     */
    public String getSecurityControllerId();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy