java - Who can access to method with @PermitAll annotation -


framework (spring + jpa + ejb3 + hiberrnate + jboss5 + jaas)

i want know, if method on ejb3, have @permitall(javax.annotation.security.permitall) annotation accessible roles defined on application security constraint or accesible roles of applications deployed @ server too.

regards!

it means any one (even without role) can access methods. second option right (by roles of applications deployed @ server too.)


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -