org.apache.jetspeed.sso.impl
Class SSOContextImpl

java.lang.Object
  extended by org.apache.jetspeed.sso.impl.SSOContextImpl
All Implemented Interfaces:
java.io.Serializable, SSOContext

public class SSOContextImpl
extends java.lang.Object
implements SSOContext, java.io.Serializable

SSOContextImpl Class holding credential information

Version:
$Id: SSOContextImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
Roger Ruttimann
See Also:
Serialized Form

Constructor Summary
SSOContextImpl(long remotePrincipalId, java.lang.String remotePrincipal, java.lang.String remoteCredential)
          Constructor takes all arguments since members can't be altered
SSOContextImpl(long remotePrincipalId, java.lang.String remotePrincipal, java.lang.String remoteCredential, java.lang.String portalPrincipal)
           
 
Method Summary
 java.lang.String getPortalPrincipalName()
           
 java.lang.String getRemoteCredential()
           
 long getRemotePrincipalId()
           
 java.lang.String getRemotePrincipalName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSOContextImpl

public SSOContextImpl(long remotePrincipalId,
                      java.lang.String remotePrincipal,
                      java.lang.String remoteCredential)
Constructor takes all arguments since members can't be altered


SSOContextImpl

public SSOContextImpl(long remotePrincipalId,
                      java.lang.String remotePrincipal,
                      java.lang.String remoteCredential,
                      java.lang.String portalPrincipal)
Method Detail

getRemotePrincipalId

public long getRemotePrincipalId()
Specified by:
getRemotePrincipalId in interface SSOContext

getRemotePrincipalName

public java.lang.String getRemotePrincipalName()
Specified by:
getRemotePrincipalName in interface SSOContext

getRemoteCredential

public java.lang.String getRemoteCredential()
Specified by:
getRemoteCredential in interface SSOContext

getPortalPrincipalName

public java.lang.String getPortalPrincipalName()
Specified by:
getPortalPrincipalName in interface SSOContext


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.