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

net.openesb.security.SecurityHandler Maven / Gradle / Ivy

The newest version!
package net.openesb.security;

import javax.security.auth.Subject;

/**
 *
 * @author David BRASSELY (brasseld at gmail.com)
 * @author OpenESB Community
 */
public interface SecurityHandler {
    
    Subject authenticate(String realmName, AuthenticationToken authenticationToken) 
            throws AuthenticationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy