public class IdentityExclusionList
extends java.lang.Object
| Constructor and Description |
|---|
IdentityExclusionList(DistinguishedName tenantDN)
Constructs the object with the context of a tenant.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIdentityExcluded(java.lang.String serviceProfileName,
java.lang.String identity)
Returns whether or not a given identity is excluded for a given service
type (profile).
|
public IdentityExclusionList(DistinguishedName tenantDN) throws ModelCommunicationException, ObjectNotFoundException
tenantDN - DistinguishedName of the context tenant.ModelCommunicationExceptionObjectNotFoundExceptionpublic boolean isIdentityExcluded(java.lang.String serviceProfileName,
java.lang.String identity)
serviceProfileName - Name of the profile that identifies the type
service being checked.identity - Identity being checked.