java - Karaf OSGI return different JAAS realms with different loginmodules for each bundle -
there need have default jaas realm , list of bundles contains thirdparty code , uses default javax.security.auth.login.configuration creating logincontexts. each bundle should receive own jaas.conf (the list of loginmodules) same realm name.
does karaf has it's own security javax.security.auth.login.configuration implementation can this?
or need(and it's possible) implement same functionality manually?
Comments
Post a Comment