Serializable
, Guard
public final class InquireSecContextPermission extends BasicPermission
ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)
method. The target name is the InquireType
allowed.
Constructor | Description |
---|---|
InquireSecContextPermission |
Constructs a new InquireSecContextPermission object with the specified name. |
equals, getActions, hashCode, implies, newPermissionCollection
checkGuard, getName, toString
public 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 InquireType
s are allowed.NullPointerException
- if name
is null
.IllegalArgumentException
- if name
is empty.
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/jdk.security.jgss/com/sun/security/jgss/InquireSecContextPermission.html