org.apache.jetspeed.sso
Interface SSOContext


public interface SSOContext

Represents SSO Remote and Portal principal and credentials

Author:
Roger Ruttimann

Method Summary
 String getPortalPrincipalName()
           
 String getRemoteCredential()
           
 long getRemotePrincipalId()
           
 String getRemotePrincipalName()
           
 

Method Detail

getRemotePrincipalId

public long getRemotePrincipalId()

getPortalPrincipalName

public String getPortalPrincipalName()

getRemotePrincipalName

public String getRemotePrincipalName()

getRemoteCredential

public String getRemoteCredential()


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