| java.lang.Object org.jboss.jetty.security.JBossUserRealm
JBossUserRealm | public class JBossUserRealm implements UserRealm,SSORealm(Code) | | JBossUserRealm
An implementation of UserRealm that integrates with the JBossSX security
manager associted with the web application.
author: Scott_Stark@displayscape.com author: Cert Auth by pdawes@users.sf.net author: SSO Patch by steve.g@byu.edu version: $Revision: 1.9 $ |
Inner Class :static class JBossNobodyUserPrincipal extends JBossUserPrincipal | |
Inner Class :static class JBossCertificatePrincipal extends JBossUserPrincipal | |
_authMgr | protected AuthenticationManager _authMgr(Code) | | |
_realmMapping | protected RealmMapping _realmMapping(Code) | | |
_subjSecMgr | protected SubjectSecurityManager _subjSecMgr(Code) | | |
authenticateFromCertificates | public JBossUserPrincipal authenticateFromCertificates(X509Certificate[] certs)(Code) | | |
clearSingleSignOn | public void clearSingleSignOn(String username)(Code) | | |
getSSORealmName | public String getSSORealmName()(Code) | | The name of a Single Sign On realm. Realms that share a sso realmwill share authentication for users. Null if no SSO realm. |
getSingleSignOn | public Credential getSingleSignOn(Request request, Response response)(Code) | | |
setSSORealmName | public void setSSORealmName(String name)(Code) | | Parameters: name - The name of a Single Sign On realm. Realms that share a ssorealm will share authentication for users. Null if no SSOrealm. |
setSingleSignOn | public void setSingleSignOn(Request request, Response response, Principal principal, Credential credential)(Code) | | |
|
|