public final class InquireSecContextPermission extends BasicPermission
ExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)
method.
The target name is the InquireType
allowed.
Constructor and 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.
Copyright © 2000, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-22-203349.buildd.src