org.apache.jetspeed.sso.impl
Class SSOContextImpl
java.lang.Object
org.apache.jetspeed.sso.impl.SSOContextImpl
- All Implemented Interfaces:
- org.apache.jetspeed.sso.SSOContext
- public class SSOContextImpl
- extends Object
- implements org.apache.jetspeed.sso.SSOContext
SSOContextImpl
Class holding credential information
- Version:
- $Id: SSOContextImpl.java 188158 2005-01-04 23:18:04Z taylor $
- Author:
- Roger Ruttimann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remotePrincipalId
private long remotePrincipalId
remoteCredential
private String remoteCredential
remotePrincipal
private String remotePrincipal
portalPrincipal
private String portalPrincipal
SSOContextImpl
public SSOContextImpl(long remotePrincipalId,
String remotePrincipal,
String remoteCredential)
- Constructor takes all arguments since members can't be altered
SSOContextImpl
public SSOContextImpl(long remotePrincipalId,
String remotePrincipal,
String remoteCredential,
String portalPrincipal)
getRemotePrincipalId
public long getRemotePrincipalId()
- Specified by:
getRemotePrincipalId
in interface org.apache.jetspeed.sso.SSOContext
getRemotePrincipalName
public String getRemotePrincipalName()
- Specified by:
getRemotePrincipalName
in interface org.apache.jetspeed.sso.SSOContext
getRemoteCredential
public String getRemoteCredential()
- Specified by:
getRemoteCredential
in interface org.apache.jetspeed.sso.SSOContext
getPortalPrincipalName
public String getPortalPrincipalName()
- Specified by:
getPortalPrincipalName
in interface org.apache.jetspeed.sso.SSOContext
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.