站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

BasicSecurityContext - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.wsrp.framework.support
Class BasicSecurityContext

java.lang.Object
  extended byorg.jboss.portal.portlet.support.spi.SecurityContextSupport
      extended byorg.jboss.portal.test.wsrp.framework.support.BasicSecurityContext
All Implemented Interfaces:
SecurityContext

public class BasicSecurityContext
extends SecurityContextSupport

Since:
2.4
Version:
$Revision: 5474 $
Author:
Chris Laprun

Constructor Summary
BasicSecurityContext()
           
 
Method Summary
 java.lang.String getAuthType()
           
 boolean isSecure()
           
 
Methods inherited from class org.jboss.portal.portlet.support.spi.SecurityContextSupport
getRemoteUser, getUserPrincipal, isAuthenticated, isUserInRole
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSecurityContext

public BasicSecurityContext()
Method Detail

getAuthType

public java.lang.String getAuthType()
Specified by:
getAuthType in interface SecurityContext
Overrides:
getAuthType in class SecurityContextSupport

isSecure

public boolean isSecure()
Specified by:
isSecure in interface SecurityContext
Overrides:
isSecure in class SecurityContextSupport