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
Post a Comment