]> git.argeo.org Git - lgpl/argeo-commons.git/blob - node/NodeAuthenticated.java
Prepare next development cycle
[lgpl/argeo-commons.git] / node / NodeAuthenticated.java
1 package org.argeo.node;
2
3 import javax.security.auth.Subject;
4
5 public interface NodeAuthenticated {
6 String KEY = "org.argeo.node.authenticated";
7
8 Subject getSubject();
9
10 }