public class DomainJoinRoleAssertion extends AdRoleAssertion
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
COMPUTER_SCHEMA_ID_GUID
Schema GUID of "CN=Computer,CN=Schema,CN=Configuration" objects
|
protected static AceAssertion |
CREATE_COMPUTER |
protected static AceAssertion |
DELETE_COMPUTER |
protected static AceAssertion[] |
DOMAIN_JOIN_ASSERTIONS |
protected static AceAssertion |
LIST_CONTENTS |
protected static AceAssertion |
READ_PERMISSIONS |
protected static AceAssertion |
READ_PROPERTIES |
protected static AceAssertion |
RESET_PASSWORD |
protected static java.lang.String |
RESET_PASSWORD_CR_GUID
Schema GUID of "CN=User-Force-Change-Password,CN=Extended-Rights,CN=Configuration" extended right
(aka "reset password")
|
protected static AceAssertion |
WRITE_PROPERTIES |
| Constructor and Description |
|---|
DomainJoinRoleAssertion(SID principal,
boolean isGroup,
java.util.List<SID> tokenGroups)
DomainJoinRoleAssertion constructor
|
getAssertions, getPrincipal, getTokenGroups, isGroupprotected static final java.lang.String COMPUTER_SCHEMA_ID_GUID
protected static final java.lang.String RESET_PASSWORD_CR_GUID
protected static final AceAssertion CREATE_COMPUTER
protected static final AceAssertion DELETE_COMPUTER
protected static final AceAssertion LIST_CONTENTS
protected static final AceAssertion READ_PROPERTIES
protected static final AceAssertion WRITE_PROPERTIES
protected static final AceAssertion READ_PERMISSIONS
protected static final AceAssertion RESET_PASSWORD
protected static final AceAssertion[] DOMAIN_JOIN_ASSERTIONS
public DomainJoinRoleAssertion(SID principal, boolean isGroup, java.util.List<SID> tokenGroups)
principal - SID of the user or groupisGroup - whether the principal is a grouptokenGroups - list of token group SIDs which should be searched if the principal itself does not meet all the
criteria (when
the principal is a user). May be null.Copyright © 2015-2018 Tirasa. All Rights Reserved.