org.jboss.security

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » EJB Server JBoss 4.2.1 » security » org.jboss.security 
org.jboss.security
Java Source File NameTypeComment
AbstractSecurityProxy.javaClass An abstract implementation of SecurityProxy that wraps a non-SecurityProxy object.
AltClientLoginModule.javaClass A simple implementation of LoginModule for use by JBoss clients for the establishment of the caller identity and credentials.
AnybodyPrincipal.javaClass An implementation of Principal and Comparable that represents any role.
AppPolicy.javaClass A combination of keystore, authentication and authorization entries.
AuthenticationInfo.javaClass The login module configuration information.
AuthenticationManager.javaInterface The AuthenticationManager is responsible for validating credentials associated with principals.
AuthorizationInfo.javaClass
Base64Encoder.javaClass BASE64 encoder implementation. Provides encoding methods, using the BASE64 encoding rules, as defined in the MIME specification, rfc1521. This class is a modified version based on code obtained from the w3 consortium website, which is subject to their generic copyright notice:
Copyright � [$date-of-software] World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University).
Base64Utils.javaClass
CallerIdentity.javaClass The CallerIdentity is a principal that may have a credential.
CertificatePrincipal.javaInterface
ClientLoginModule.javaClass A simple implementation of LoginModule for use by JBoss clients for the establishment of the caller identity and credentials.
IAppPolicyStore.javaInterface An interface describing an AppPolicy security store.
NestableGroup.javaClass An implementation of Group that allows that acts as a stack of Groups with a single Group member active at any time. When one adds a Group to a NestableGroup the Group is pushed onto the active Group stack and any of the Group methods operate as though the NestableGroup contains only the Group.
NestablePrincipal.javaClass An implementation of Group that allows that acts as a stack of Principals with a single Principal Group member active at any time. When one adds a Principal to a NestablePrincipal the Principal is pushed onto the active Princpal stack and any of the Group methods operate as though the Group contains only the Principal.
NobodyPrincipal.javaClass An implementation of Principal and Comparable that represents no role.
RealmMapping.javaInterface The interface for Principal mapping.
RunAsIdentity.javaClass The RunAsIdentity is a Principal that associates the run-as principal with his run-as role(s).
SecurityActions.javaClass
SecurityAssociation.javaClass The SecurityAssociation class maintains the security principal and credentials.
SecurityAssociationActions.javaClass
SecurityAssociationAuthenticator.javaClass An implementation of Authenticator that obtains the username and password from the current SecurityAssociation state.
SecurityConstants.javaInterface
SecurityDomain.javaInterface The SecurityDomain interface combines the SubjectSecurityManager and RealmMapping interfaces and adds a keyStore and trustStore as well as JSSE KeyManagerFactory and TrustManagerFactory accessors for use with SSL/JSSE.
SecurityProxy.javaInterface An interface describing the requirements for a SecurityInterceptor proxy.
SecurityProxyFactory.javaInterface An interface for factories of SecurityProxy objects.
SecurityRoleMetaData.javaClass The meta data object for the security-role-mapping element. The security-role-mapping element maps the user principal to a different principal on the server.
SecurityRolesAssociation.javaClass The SecurityRolesAssociation uses a ThreadLocal to accociatw the SecurityRoleMetaData from the deployment with the current thread.
SimpleGroup.javaClass An implementation of Group that manages a collection of Principal objects based on their hashCode() and equals() methods.
SimplePrincipal.javaClass A simple String based implementation of Principal.
SubjectSecurityManager.javaInterface All functionality in this interface is now in the base AuthenticationManager interface.
SubjectSecurityProxy.javaClass A subclass of AbstractSecurityProxy that executes as the currently authenticated subject within the invokeHomeOnDelegate and invokeOnDelegate methods.
SubjectSecurityProxyFactory.javaClass An implementation of SecurityProxyFactory that creates SubjectSecurityProxy objects to wrap the raw security proxy objects.
Util.javaClass Various security related utilities like MessageDigest factories, SecureRandom access, password hashing.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.