org.apache.jetspeed.sso
Interface SSOContext


public interface SSOContext

Represents SSO Remote and Portal principal and credentials

Author:
Roger Ruttimann

Method Summary
 java.lang.String getPortalPrincipalName()
           
 java.lang.String getRemoteCredential()
           
 long getRemotePrincipalId()
           
 java.lang.String getRemotePrincipalName()
           
 

Method Detail

getRemotePrincipalId

long getRemotePrincipalId()

getPortalPrincipalName

java.lang.String getPortalPrincipalName()

getRemotePrincipalName

java.lang.String getRemotePrincipalName()

getRemoteCredential

java.lang.String getRemoteCredential()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.