The largest Interview Solution Library on the web


java tutorials/
« Previous | 1 | 2 | 3 | Next »

JAAS / J2SE Authorization Relationship


  • Policy based

  • Uses a "principal" extension

  • Lexically scoped

  • Subject.doAs() & doAsPrivileged take a PrivilegedAction / PrivilegedExceptionAction as an argument

  • But, no doPrivileged() mark

  • Authorization algorithm unmodified
« Previous | 1 | 2 | 3 | Next »


copyright © 2014 - all rights riserved by javatechnologycenter.com