Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package tyrex.security.container.helper

Principal and credentials used by a J2EE container.

See:
          Description

Class Summary
EmailPrincipal An email principal.
RolesRealm Cached copy of a realm and all the roles in that realm.
RolesRealm.Role Definition of a role is a name and members list.
RolesRealm.Role.MemberEntry An entry for each member in the hashtable.
 

Package tyrex.security.container.helper Description

Principal and credentials used by a J2EE container. These principals and credentials are created by a JAAS login module and exposed to the application through the Servlet and EJB APIs in the form of the principal and list of roles.

RealmPrincipal represents a J2EE principal. The principal name is equivalent to the account and can be used to access entities associated with that user. The container may use the realm to distinguish users of the same principal name accessing different realms.

RoleCredentials represents a J2EE credential listing all the roles of which the principal is a member. The container may determine whether the principal is a member of a particular role, or list all the role names.

SecureConnection represents a secure connection between client and server, allowing the application to establish that it is being accessed in a secure fashion. This credential is exposed to the application through the isSecure method in the Servlet API.