First page Back Continue Last page Summary Graphics
Login Context
The LoginContext primary responsibility is to allow applications to authenticate users.
- Create a new LoginContext everytime or Re-use the context again.
- Use a separate LoginContext per user.
- If you reuse a context you should supply your own subject
- The policy for authentication failure is determined by the application
- Store the LoginContext for a particular subject
Notes: