Serializable, Guardpublic final class InquireSecContextPermission extends BasicPermission
ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)
method.
The target name is the InquireType allowed.
| Constructor | Description |
|---|---|
InquireSecContextPermission(String name) |
Constructs a new
InquireSecContextPermission object with
the specified name. |
equals, getActions, hashCode, implies, newPermissionCollectionclone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckGuard, getName, toStringpublic InquireSecContextPermission(String name)
InquireSecContextPermission object with
the specified name. The name is the symbolic name of the
InquireType allowed.name - the InquireType allowed by this
permission. "*" means all InquireTypes are allowed.NullPointerException - if name is null.IllegalArgumentException - if name is empty. Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2000, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1