@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  InquireSecContextPermissionobject with
 the specified name. | 
equals, getActions, hashCode, implies, newPermissionCollectioncheckGuard, getName, toStringpublic 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 InquireTypes are allowed.NullPointerException - if name is null.IllegalArgumentException - if name is empty.
 Copyright © 2000, 2017, Oracle and/or its affiliates.  All rights reserved.