| Methods in com.atlassian.crowd.openid.server.manager.site that throw SiteManagerException |
SiteApproval |
SiteManagerGeneric.setSiteApproval(User user,
java.lang.String url,
long profileID,
boolean alwaysAllow)
Updates or creates site approval for a particular
site (URL) associated with a user and a profile of
that user. |
SiteApproval |
SiteManager.setSiteApproval(User user,
java.lang.String url,
long profileID,
boolean alwaysAllow)
Updates or creates site approval for a particular
site (URL) associated with a user and a profile of
that user. |
void |
SiteManagerGeneric.updateAlwaysAllowApprovals(User user,
java.util.List urls,
java.util.List profileIDs)
Updates which sites are always allowed to authenticate. |
void |
SiteManager.updateAlwaysAllowApprovals(User user,
java.util.List urls,
java.util.List profileIDs)
Updates which sites are always allowed to authenticate. |