| java.lang.Object org.josso.servlet.agent.JOSSOSecurityContext
JOSSOSecurityContext | public class JOSSOSecurityContext (Code) | | JOSSO Security context, used only by the Generic Servlet Container Agent. Other agents will generate container specific
security context instances.
Date: Nov 28, 2007
Time: 1:03:33 PM
author: Sebastian Gonzalez Oyuela |
JOSSOSecurityContext | public JOSSOSecurityContext(Subject subject)(Code) | | Creates a new security context for the given subject. The subject must contain at least one SSOUser principal instance.
|
getCurrentPrincipal | public SSOUser getCurrentPrincipal()(Code) | | Provides current principal
|
isUserInRole | public boolean isUserInRole(String role)(Code) | | Parameters: role - the role name true if the subject has a SSORole principal with the given name. |
|
|