@Exported 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
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, 2015, Oracle and/or its affiliates. All rights reserved.