Class InquireSecContextPermission
- java.lang.Object
-
- java.security.Permission
-
- java.security.BasicPermission
-
- com.sun.security.jgss.InquireSecContextPermission
- All Implemented Interfaces:
-
Serializable,Guard
public final class InquireSecContextPermission extends BasicPermission
This class is used to protect various attributes of an established GSS security context that can be accessed using the ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType) method.
The target name is the InquireType allowed.
- See Also:
- Serialized Form
Constructors
| Constructor | Description |
|---|---|
InquireSecContextPermission(String name) | Constructs a new |
Methods
Methods declared in class java.security.BasicPermission
equals, getActions, hashCode, implies, newPermissionCollection Methods declared in class java.security.Permission
checkGuard, getName, toString Methods declared in class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait Constructors
InquireSecContextPermission
public InquireSecContextPermission(String name)
Constructs a new InquireSecContextPermission object with the specified name. The name is the symbolic name of the InquireType allowed.
- Parameters:
-
name- theInquireTypeallowed by this permission. "*" means allInquireTypes are allowed. - Throws:
-
NullPointerException- ifnameisnull. -
IllegalArgumentException- ifnameis empty.
© 1993, 2020, 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/11/docs/api/jdk.security.jgss/com/sun/security/jgss/InquireSecContextPermission.html