Package | Description |
---|---|
org.apache.jetspeed.sso |
Modifier and Type | Method and Description |
---|---|
SSOUser |
SSOUserManager.addUser(SSOSite site,
JetspeedPrincipal ownerPrincipal,
String ssoUsername,
String ssoUserPassword)
Adds a SSO user within the given SSO site.
|
SSOUser |
SSOUserManager.getRemoteUser(SSOSite site,
String remoteUserName)
Retrieves a single SSO user, given the SSO user's site and name
|
Modifier and Type | Method and Description |
---|---|
Collection<SSOUser> |
SSOUserManager.getRemoteUsers(SSOSite site,
JetspeedPrincipal portalPrincipal)
Retrieves all SSO users related to the Portal principal, for the given site.
|
Collection<SSOUser> |
SSOUserManager.getRemoteUsers(SSOSite site,
Subject subject)
Retrieves all SSO Users related to this subject, for the given site.
|
Collection<SSOUser> |
SSOUserManager.getUsersForSite(SSOSite site)
Retrieves all SSO users which belong to a SSO site
|
Modifier and Type | Method and Description |
---|---|
void |
SSOUserManager.addAssociation(SSOUser user,
JetspeedPrincipal principal)
Adds an association between a SSO user and a Portal principal.
|
SSOClient |
SSOManager.getClient(SSOSite site,
SSOUser user) |
PasswordCredential |
SSOUserManager.getCredentials(SSOUser user)
Retrieves the credentials for a SSO user
|
Collection<JetspeedPrincipal> |
SSOUserManager.getPortalPrincipals(SSOUser user)
Retrieves all Portal ("local") Principals connected to a given SSO User
|
void |
SSOUserManager.removeUser(SSOUser remoteUser)
Removes the given SSO user
|
void |
SSOUserManager.setPassword(SSOUser user,
String password)
Sets the password for a given SSO user
|
void |
SSOUserManager.updateUser(SSOUser user)
Updates a SSO user
|
String |
SSOProvider.useSSO(SSOUser user,
String url,
String SSOSite,
boolean bRefresh)
This method first authenticates the the SSOSite and then forwards the request
to the destination URL.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.