Authentication Cheat Sheet - OWASP - 0 views
-
Authentication Cheat Sheet
-
Sessions should be
-
unique per user
- ...26 more annotations...
Session Management Cheat Sheet - OWASP - 0 views
-
Session Management Cheat Sheet
-
should not be extremely descriptive nor offer unnecessary details
-
change the default session ID name of the web development framework to a generic name
- ...50 more annotations...
TH02-EP02-US004 - VFML Admin, Org Mgmt, Sync Properties - Projects - Confluence - 0 views
-
using EXCC
-
sync properties
-
As a VFML user
- ...1 more annotation...
TH01-EP03-US004 - Property Mgmt, Edit Location & Directions, Content Mgmt - Projects - ... - 0 views
-
Property Mgmt
-
Property Mgmt
-
Property Mgmt
- ...18 more annotations...
Login for Server-side Apps - Facebook Developers - 0 views
-
compare it to the same state variable stored client-side in the session
-
If the user decided to decline to authorize your app
-
YOUR_REDIRECT_URI
- ...38 more annotations...
Session Management | Apache Shiro - 1 views
-
Session Clustering
-
can cluster Subject sessions natively and never need to worry again about how to cluster sessions based on your container environment
-
if you configure a cluster-capable SessionDAO, the DAO can interact with a clustering mechanism and Shiro's SessionManager never needs to know about clustering concerns
- ...8 more annotations...
Permission (Apache Shiro 1.2.1 API) - 0 views
-
A Permission represents the ability to perform an action or access a resource. A Permission is the most granular, or atomic, unit in a system's security policy and is the cornerstone upon which fine-grained security models are built.
-
a Permission instance only represents functionality or access - it does not grant it
-
permissions are immutable and reflect an application's raw functionality
- ...4 more annotations...
Access control - Wikipedia, the free encyclopedia - 0 views
-
Computer security
-
authentication, authorization and audit
-
In any access control model, the entities that can perform actions in the system are called subjects, and the entities representing resources to which access may need to be controlled are called objects
- ...39 more annotations...
UsernamePasswordToken (Apache Shiro 1.2.1 API) - 0 views
-
UsernamePasswordToken
-
HostAuthenticationToken interface to retain the host name or IP address location from where the authentication attempt is occuring.
-
A simple username/password authentication token to support the most widely-used authentication mechanism
Java Persistence/Transactions - Wikibooks, open books for an open world - 0 views
-
JTA transactions are
-
implicitly defined through SessionBean usage/methods. In a SessionBean normally each SessionBean method invocation defines a JTA transaction.
-
JTA Transactions
- ...10 more annotations...
Comparing JSF Beans, CDI Beans and EJBs | Andy Gibson - 0 views
-
differences between CDI beans and EJBs is that EJBs are : Transactional Remote or local Able to passivate stateful beans freeing up resources Able to make use of timers Can be asynchronous
-
Stateless EJBs can be thought of as thread safe single-use beans that don’t maintain any state between two web requests
-
Stateful EJBs do hold state and can be created and sit around for as long as they are needed until they are disposed of
- ...15 more annotations...
Architecture | Apache Shiro - 0 views
-
Realm is essentially a security-specific DAO
-
3 primary concepts:
-
Subject
- ...51 more annotations...
Security Module Drafts - Apache DeltaSpike - Apache Software Foundation - 0 views
-
Authorization
-
Impersonalization
-
authenticates “as a user” or access application imitating his identity - without knowing his password
- ...36 more annotations...
Interview of GraniteDS founders | RIAgora - 0 views
-
explained the origin of GraniteDS and the differences with LiveCycle Data Services
-
ActionScript3 reflection API
-
GraniteDS 2.2
- ...8 more annotations...
In Relation To... Some tips on using Hibernate in JBoss AS 7.0.0.Final - 1 views
-
Some tips on using Hibernate in JBoss AS 7.0.0.Final
-
migrating Hibernate 3-based applications to JBoss AS7,
-
Container-deployed persistence units
- ...6 more annotations...
Plummer's Mind: GraniteDS Tutorial: Intro to The Tide Client Framework - 0 views
-
GraniteDS Tutorial: Intro to The Tide Client Framework
-
only one per Application
-
Tide Context
- ...2 more annotations...
1 - 17 of 17
Showing 20▼ items per page