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(String name) |
Constructs a new
InquireSecContextPermission object with
the specified name. |
equals, getActions, hashCode, implies, newPermissionCollection
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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. 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, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b149-1