public class OMAGServerAdminSecurityServices extends Object
| Constructor and Description |
|---|
OMAGServerAdminSecurityServices() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
clearPlatformSecurityConnection(String userId)
Clear the connection object for the platform security connector.
|
VoidResponse |
clearServerSecurityConnection(String userId,
String serverName)
Clear the connection object for the server security connector.
|
ConnectionResponse |
getPlatformSecurityConnection(String userId)
Return the connection object for the platform security connector.
|
ConnectionResponse |
getServerSecurityConnection(String userId,
String serverName)
Return the connection object for the server security connector.
|
VoidResponse |
setPlatformSecurityConnection(String userId,
PlatformSecurityRequestBody requestBody)
Override the default platform security connector.
|
VoidResponse |
setServerSecurityConnection(String userId,
String serverName,
Connection connection)
Override the default server security connector.
|
public VoidResponse setPlatformSecurityConnection(String userId, PlatformSecurityRequestBody requestBody)
userId - calling user.requestBody - containing serverPlatformURL (URL Root of the server platform) and
connection used to create and configure the connector.public ConnectionResponse getPlatformSecurityConnection(String userId)
userId - calling userpublic VoidResponse clearPlatformSecurityConnection(String userId)
userId - calling userpublic VoidResponse setServerSecurityConnection(String userId, String serverName, Connection connection)
userId - calling user.serverName - server to configureconnection - connection used to create and configure the connector.public ConnectionResponse getServerSecurityConnection(String userId, String serverName)
userId - calling userserverName - server to retrieve configuration frompublic VoidResponse clearServerSecurityConnection(String userId, String serverName)
userId - calling userserverName - server to configureCopyright © 2018–2020 ODPi. All rights reserved.