A B C D F G H I M N O P R S T U V W 
All Classes All Packages

A

ALL - org.bremersee.dccon.model.UnknownFilter
All unknown filter.
AvatarDefault - Enum in org.bremersee.dccon.model
The avatar default.

B

BLANK - org.bremersee.dccon.model.AvatarDefault
A transparent PNG image (border added to HTML below for demonstration purposes).

C

CommonAttributes - Class in org.bremersee.dccon.model
Common attributes.
CommonAttributes(String, OffsetDateTime, OffsetDateTime) - Constructor for class org.bremersee.dccon.model.CommonAttributes
Instantiates a new common attributes.
compareTo(DnsRecord) - Method in class org.bremersee.dccon.model.DnsRecord
 

D

DEFAULT - org.bremersee.dccon.model.PasswordComplexity
Default password complexity.
DEFAULT_SORT_ORDER - Static variable in class org.bremersee.dccon.model.DomainGroup
The constant DEFAULT_SORT_ORDER.
DEFAULT_SORT_ORDER - Static variable in class org.bremersee.dccon.model.DomainUser
The constant DEFAULT_SORT_ORDER.
DhcpLease - Class in org.bremersee.dccon.model
The dhcp lease.
DhcpLease(String, String, String, OffsetDateTime, OffsetDateTime, String) - Constructor for class org.bremersee.dccon.model.DhcpLease
Instantiates a new dhcp lease.
DnsNode - Class in org.bremersee.dccon.model
DNS node.
DnsNode(String, OffsetDateTime, OffsetDateTime, String, Set<DnsRecord>) - Constructor for class org.bremersee.dccon.model.DnsNode
Instantiates a new dns node.
DnsPair - Class in org.bremersee.dccon.model
The pair of zone name and dns node.
DnsPair(String, DnsNode, Boolean) - Constructor for class org.bremersee.dccon.model.DnsPair
Instantiates a new dns pair.
DnsRecord - Class in org.bremersee.dccon.model
DNS Record.
DnsRecord(String, String, byte[], String, Integer, Integer, Integer, OffsetDateTime, DhcpLease) - Constructor for class org.bremersee.dccon.model.DnsRecord
Instantiates a new Dns record.
DnsZone - Class in org.bremersee.dccon.model
DNS Zone.
DnsZone(String, OffsetDateTime, OffsetDateTime, String, Boolean, Boolean) - Constructor for class org.bremersee.dccon.model.DnsZone
Instantiates a new dns zone.
DomainGroup - Class in org.bremersee.dccon.model
Domain group.
DomainGroup(String, OffsetDateTime, OffsetDateTime, Sid, String, String, List<String>) - Constructor for class org.bremersee.dccon.model.DomainGroup
Instantiates a new Domain group.
DomainUser - Class in org.bremersee.dccon.model
Domain user.
DomainUser(String, OffsetDateTime, OffsetDateTime, Sid, String, Boolean, String, String, String, String, String, String, String, String, String, String, OffsetDateTime, Integer, OffsetDateTime, String, List<String>) - Constructor for class org.bremersee.dccon.model.DomainUser
Instantiates a new domain user.

F

fromValue(String) - Static method in enum org.bremersee.dccon.model.PasswordComplexity
From value password complexity.
fromValue(String, AvatarDefault) - Static method in enum org.bremersee.dccon.model.AvatarDefault
From value avatar default.

G

getBegin() - Method in class org.bremersee.dccon.model.DhcpLease
Gets begin.
getCreated() - Method in class org.bremersee.dccon.model.CommonAttributes
The creation date.
getDefaultZone() - Method in class org.bremersee.dccon.model.DnsZone
Gets default zone.
getDescription() - Method in class org.bremersee.dccon.model.DomainGroup
Gets description.
getDistinguishedName() - Method in class org.bremersee.dccon.model.CommonAttributes
The distinguished name in the active directory.
getEnabled() - Method in class org.bremersee.dccon.model.DomainUser
Specifies whether the user is enabled or not.
getEnd() - Method in class org.bremersee.dccon.model.DhcpLease
Gets end.
getGroups() - Method in class org.bremersee.dccon.model.DomainUser
The groups of the domain user.
getHostname() - Method in class org.bremersee.dccon.model.DhcpLease
Gets hostname.
getIp() - Method in class org.bremersee.dccon.model.DhcpLease
Gets ip.
getMac() - Method in class org.bremersee.dccon.model.DhcpLease
Gets mac.
getManufacturer() - Method in class org.bremersee.dccon.model.DhcpLease
Gets manufacturer.
getMembers() - Method in class org.bremersee.dccon.model.DomainGroup
The members of the domain group.
getModified() - Method in class org.bremersee.dccon.model.CommonAttributes
The last modification date.
getName() - Method in class org.bremersee.dccon.model.DnsNode
The node name.
getName() - Method in class org.bremersee.dccon.model.DnsZone
The zone name.
getName() - Method in class org.bremersee.dccon.model.DomainGroup
The name of the domain group.
getPreviousValue() - Method in class org.bremersee.dccon.model.Password
Gets previous password.
getRecords() - Method in class org.bremersee.dccon.model.DnsNode
The name server records.
getReverseZone() - Method in class org.bremersee.dccon.model.DnsZone
Gets reverse zone.
getSid() - Method in class org.bremersee.dccon.model.DomainGroup
Gets sid.
getSystemEntity() - Method in class org.bremersee.dccon.model.Sid
Gets system entity.
getValue() - Method in class org.bremersee.dccon.model.Password
The new password.
getValue() - Method in class org.bremersee.dccon.model.Sid
Gets value.

H

hasRecordRawValue() - Method in class org.bremersee.dccon.model.DnsRecord
 

I

IDENTICON - org.bremersee.dccon.model.AvatarDefault
A geometric pattern based on an email hash.

M

matches(DnsRecord) - Method in enum org.bremersee.dccon.model.UnknownFilter
Matches record type filter.
MONSTERID - org.bremersee.dccon.model.AvatarDefault
A generated 'monster' with different colors, faces, etc.
MP - org.bremersee.dccon.model.AvatarDefault
Mystery-Person.

N

NO_UNKNOWN - org.bremersee.dccon.model.UnknownFilter
No unknown filter.
NOT_FOUND - org.bremersee.dccon.model.AvatarDefault
Do not load any image if none is associated with the email hash, instead return an HTTP 404 (File Not Found) response.

O

OFF - org.bremersee.dccon.model.PasswordComplexity
Off password complexity.
ON - org.bremersee.dccon.model.PasswordComplexity
On password complexity.
org.bremersee.dccon.model - package org.bremersee.dccon.model
 

P

Password - Class in org.bremersee.dccon.model
Request body to change a password.
Password(String) - Constructor for class org.bremersee.dccon.model.Password
Instantiates a new password request body.
Password(String, String) - Constructor for class org.bremersee.dccon.model.Password
Instantiates a new password request body.
PasswordComplexity - Enum in org.bremersee.dccon.model
The password complexity.
PasswordInformation - Class in org.bremersee.dccon.model
The password information of the domain controller.
PasswordInformation(PasswordComplexity, Boolean, Integer, Integer, Integer, Integer, Integer, Integer, Integer) - Constructor for class org.bremersee.dccon.model.PasswordInformation
Instantiates a new Password information.

R

RETRO - org.bremersee.dccon.model.AvatarDefault
Awesome generated, 8-bit arcade-style pixelated faces.
ROBOHASH - org.bremersee.dccon.model.AvatarDefault
A generated robot with different colors, faces, etc.

S

setAccountLockoutDurationInMinutes(Integer) - Method in class org.bremersee.dccon.model.PasswordInformation
Sets account lockout duration in minutes.
setAccountLockoutThreshold(Integer) - Method in class org.bremersee.dccon.model.PasswordInformation
Sets account lockout threshold.
setBegin(OffsetDateTime) - Method in class org.bremersee.dccon.model.DhcpLease
Sets begin.
setCreated(OffsetDateTime) - Method in class org.bremersee.dccon.model.CommonAttributes
Sets creation date.
setDefaultZone(Boolean) - Method in class org.bremersee.dccon.model.DnsZone
Sets default zone.
setDescription(String) - Method in class org.bremersee.dccon.model.DomainGroup
Sets description.
setDistinguishedName(String) - Method in class org.bremersee.dccon.model.CommonAttributes
Sets distinguished name.
setEnabled(Boolean) - Method in class org.bremersee.dccon.model.DomainUser
Sets whether the user is enabled or not.
setEnd(OffsetDateTime) - Method in class org.bremersee.dccon.model.DhcpLease
Sets end.
setGroups(List<String>) - Method in class org.bremersee.dccon.model.DomainUser
Sets groups.
setHostname(String) - Method in class org.bremersee.dccon.model.DhcpLease
Sets hostname.
setIp(String) - Method in class org.bremersee.dccon.model.DhcpLease
Sets ip.
setMac(String) - Method in class org.bremersee.dccon.model.DhcpLease
Sets mac.
setManufacturer(String) - Method in class org.bremersee.dccon.model.DhcpLease
Sets manufacturer.
setMaximumPasswordAgeInDays(Integer) - Method in class org.bremersee.dccon.model.PasswordInformation
Sets maximum password age in days.
setMembers(List<String>) - Method in class org.bremersee.dccon.model.DomainGroup
Sets members.
setMinimumPasswordAgeInDays(Integer) - Method in class org.bremersee.dccon.model.PasswordInformation
Sets minimum password age in days.
setMinimumPasswordLength(Integer) - Method in class org.bremersee.dccon.model.PasswordInformation
Sets minimum password length.
setModified(OffsetDateTime) - Method in class org.bremersee.dccon.model.CommonAttributes
Sets last modification date.
setName(String) - Method in class org.bremersee.dccon.model.DnsNode
Sets node name.
setName(String) - Method in class org.bremersee.dccon.model.DnsZone
Sets zone name.
setName(String) - Method in class org.bremersee.dccon.model.DomainGroup
Sets name.
setPasswordComplexity(PasswordComplexity) - Method in class org.bremersee.dccon.model.PasswordInformation
Sets password complexity.
setPasswordHistoryLength(Integer) - Method in class org.bremersee.dccon.model.PasswordInformation
Sets password history length.
setPreviousValue(String) - Method in class org.bremersee.dccon.model.Password
Sets previous password.
setRecords(Set<DnsRecord>) - Method in class org.bremersee.dccon.model.DnsNode
Sets name server records.
setResetAccountLockoutAfter(Integer) - Method in class org.bremersee.dccon.model.PasswordInformation
Sets reset account lockout after.
setReverseZone(Boolean) - Method in class org.bremersee.dccon.model.DnsZone
Sets reverse zone.
setSid(Sid) - Method in class org.bremersee.dccon.model.DomainGroup
Sets sid.
setStorePlaintextPasswords(Boolean) - Method in class org.bremersee.dccon.model.PasswordInformation
Sets store plaintext passwords.
setSystemEntity(Boolean) - Method in class org.bremersee.dccon.model.Sid
Sets system entity.
setValue(String) - Method in class org.bremersee.dccon.model.Password
Sets new password.
setValue(String) - Method in class org.bremersee.dccon.model.Sid
Sets value.
Sid - Class in org.bremersee.dccon.model
The windows/samba SID.
Sid(String, Boolean) - Constructor for class org.bremersee.dccon.model.Sid
Instantiates a new SID.
SORT_ORDER_BEGIN_HOSTNAME - Static variable in class org.bremersee.dccon.model.DhcpLease
The constant SORT_ORDER_BEGIN_HOSTNAME.
SORT_ORDER_IP_BEGIN_HOSTNAME - Static variable in class org.bremersee.dccon.model.DhcpLease
The constant SORT_ORDER_IP_BEGIN_HOSTNAME.
SORT_ORDER_TIME_STAMP_DESC - Static variable in class org.bremersee.dccon.model.DnsRecord
The constant SORT_ORDER_TIME_STAMP_DESC.

T

toString() - Method in enum org.bremersee.dccon.model.AvatarDefault
 
toString() - Method in enum org.bremersee.dccon.model.PasswordComplexity
 

U

UNKNOWN - org.bremersee.dccon.model.UnknownFilter
Unknown filter.
UnknownFilter - Enum in org.bremersee.dccon.model
The unknown filter.

V

valueOf(String) - Static method in enum org.bremersee.dccon.model.AvatarDefault
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bremersee.dccon.model.PasswordComplexity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bremersee.dccon.model.UnknownFilter
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.bremersee.dccon.model.AvatarDefault
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bremersee.dccon.model.PasswordComplexity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bremersee.dccon.model.UnknownFilter
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAVATAR - org.bremersee.dccon.model.AvatarDefault
Generated faces with differing features and backgrounds.
A B C D F G H I M N O P R S T U V W 
All Classes All Packages