Interface SecurityManagerInterface
-
public interface SecurityManagerInterfaceSecurityManagerInterface provides the interface for retrieving the identity of an external security manager. It is used when the security manager itself is able to call the Security Manager OMAS directly. The definition of the external security manager is created using the IT Infrastructure OMAS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExternalSecurityManagerGUID(String userId, String qualifiedName)Retrieve the unique identifier of the external security manager.
-
-
-
Method Detail
-
getExternalSecurityManagerGUID
String getExternalSecurityManagerGUID(String userId, String qualifiedName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
Retrieve the unique identifier of the external security manager.- Parameters:
userId- calling userqualifiedName- unique name of the integration daemon- Returns:
- unique identifier of the integration daemon's software server capability
- Throws:
InvalidParameterException- the bean properties are invalidUserNotAuthorizedException- user not authorized to issue this requestPropertyServerException- problem accessing the property server
-
-