Package | Description |
---|---|
com.atlassian.crowd.openid.server.manager.site |
Modifier and Type | Method and Description |
---|---|
SiteApproval |
SiteManager.setSiteApproval(User user,
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 |
SiteManagerGeneric.setSiteApproval(User user,
String url,
long profileID,
boolean alwaysAllow) |
void |
SiteManager.updateAlwaysAllowApprovals(User user,
List<String> urls,
List<String> profileIDs)
Updates which sites are always allowed to authenticate.
|
void |
SiteManagerGeneric.updateAlwaysAllowApprovals(User user,
List<String> urls,
List<String> profileIDs) |
Copyright © 2020 Atlassian. All rights reserved.