Guest User

Untitled

a guest
Jan 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. create-auth-realm --classname com.mycompany.security.MyRealm --property jaas-context=MyLoginModule myrealm
  2.  
  3. MyLoginModule {
  4. fr.mycompany.security.MyLoginModule required;
  5. };
Add Comment
Please, Sign In to add comment