1 22 package javax.security.auth.message.config; 23 24 import javax.security.auth.message.AuthException; 25 import javax.security.auth.message.AuthParam; 26 27 29 38 public interface AuthConfig 39 { 40 47 String getContextID(); 48 49 54 String getMessageLayer(); 55 56 68 String getOperation(AuthParam authParam); 69 70 78 void refresh() throws AuthException, SecurityException ; 79 } 80 | Popular Tags |