DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.security.auth
Interface Auth

All Known Implementing Classes:
SchemEditAuth

public interface Auth

Auth interface to be extended by concrete Auth classes, such as SchemEditAuth


Field Summary
static String SUBJECT_SESSION_KEY
           
 
Method Summary
 boolean authenticate()
           
 Subject getSubject()
           
 

Field Detail

SUBJECT_SESSION_KEY

static final String SUBJECT_SESSION_KEY
See Also:
Constant Field Values
Method Detail

authenticate

boolean authenticate()

getSubject

Subject getSubject()

DLESE Tools
v1.6.0