Bruce Phillips Blog on Java, ColdFusion, Flex and Spry: An Introduction to Shiro (forme... - 0 views
JdbcRealm (Apache Shiro :: Core 1.1.0 API) - 0 views
-
Class JdbcRealm
-
Realm that allows authentication and authorization via JDBC calls
-
subclassed and the appropriate methods overridden. (usually doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken), getRoleNamesForUser(java.sql.Connection,String), and/or getPermissions(java.sql.Connection,String,java.util.Collection)
RolePermissionResolver (Apache Shiro :: Core 1.1.0 API) - 0 views
-
Interface RolePermissionResolver
-
RolePermissionResolver resolves a String value and converts it into a Collection of Permission instances
-
resolve the roles into permissions
AuthorizingRealm (Apache Shiro :: Core 1.1.0 API) - 0 views
-
Class AuthorizingRealm
-
An AuthorizingRealm extends the AuthenticatingRealm's capabilities by adding Authorization (access control) support
-
perform all role and permission checks automatically (and subclasses do not have to write this logic) as long as the getAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection) method returns an AuthorizationInfo
- ...3 more annotations...
Realm (Apache Shiro :: Core 1.1.0 API) - 0 views
-
Interface Realm
-
AuthenticatingRealm
-
AuthorizingRealm
- ...7 more annotations...
Shiro User - Instance level security w/ Permissions | Threaded View - 0 views
-
idea is to try to keep the number per role low if possible
AuthenticationInfo (Apache Shiro :: Core 1.1.0 API) - 0 views
-
Interface AuthenticationInfo
-
AuthenticationInfo represents a Subject's (aka user's) stored account information relevant to the authentication
-
difference between this interface and the AuthenticationToken interface.
- ...7 more annotations...
AuthorizationInfo (Apache Shiro :: Core 1.1.0 API) - 0 views
-
Interface AuthorizationInfo
-
AuthorizationInfo represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only
-
Roles are represented as a Collection of Strings (Collection<String>)
- ...3 more annotations...
MySQL & Apache Derby as jdbcRealm for Apache Shiro | Nabil Hachicha - 0 views
-
http://localhost:8080/ShiroDemo/auth/secured.jsp
-
MySQL & Apache Derby as jdbcRealm for Apache Shiro
-
Step 1 creating a simple WebApp
- ...36 more annotations...
JSR-299 (CDI), Weld & the Future of Seam (JavaOne 2010) - 0 views
The future of enterprise dependency injection: Contexts & Dependenc... - 0 views
CDI, Weld and the future of Seam - 0 views
Introducing Apache Deltaspike - 0 views
Tutorial - CDI Extension Programming - 0 views
How does a managed container differ from a remote container? | Arquillian | JBoss Commu... - 0 views
4 areas of possible confusion in JEE 6 - 0 views
« First
‹ Previous
601 - 620 of 1272
Next ›
Last »
Showing 20▼ items per page