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

long getRemotePrincipalId()

getPortalPrincipalName

String getPortalPrincipalName()

getRemotePrincipalName

String getRemotePrincipalName()

getRemoteCredential

String getRemoteCredential()


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