|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface CreateKdcServerA annotation used to define a LdapServer configuration. Many elements can be configured :
| Optional Element Summary | |
|---|---|
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 |
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||