|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.store.operations.DeletePrincipal
public class DeletePrincipal
Command for deleting a principal from a JNDI context.
| Field Summary | |
|---|---|
protected javax.security.auth.kerberos.KerberosPrincipal |
principal
The Kerberos principal who is to be deleted. |
| Constructor Summary | |
|---|---|
DeletePrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
Creates the action to be used against the embedded ApacheDS DIT. |
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(javax.naming.directory.DirContext ctx,
javax.naming.Name searchBaseDn)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.security.auth.kerberos.KerberosPrincipal principal
| Constructor Detail |
|---|
public DeletePrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
principal - The principal to delete.| Method Detail |
|---|
public java.lang.Object execute(javax.naming.directory.DirContext ctx,
javax.naming.Name searchBaseDn)
execute in interface org.apache.directory.server.protocol.shared.store.ContextOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||