@Documented @Inherited @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface CreateKdcServer
Modifier and Type | Optional Element and Description |
---|---|
CreateChngPwdServer[] |
chngPwdServer
the change password server.
|
String |
kdcPrincipal
The default kdc service principal
|
long |
maxRenewableLifetime
The maximum renewable lifetime.
|
long |
maxTicketLifetime
The maximum ticket lifetime.
|
String |
name
The instance name
|
String |
primaryRealm
The default kdc realm
|
String |
searchBaseDn
the DN of the search base for finding users and services
|
CreateTransport[] |
transports
The transports to use, default to LDAP
|
public abstract String name
public abstract CreateTransport[] transports
public abstract String primaryRealm
public abstract String kdcPrincipal
public abstract long maxTicketLifetime
public abstract long maxRenewableLifetime
public abstract CreateChngPwdServer[] chngPwdServer
public abstract String searchBaseDn
Copyright © 2018. All rights reserved.