java.lang.Object
java.security.Permission
java.security.BasicPermission
com.sun.security.jgss.InquireSecContextPermission
- All Implemented Interfaces:
- Serializable,- Guard
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:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a newInquireSecContextPermissionobject with the specified name.
- 
Method SummaryMethods declared in class java.security.BasicPermissionequals, getActions, hashCode, implies, newPermissionCollectionMethods declared in class java.security.PermissioncheckGuard, getName, toString
- 
Constructor Details- 
InquireSecContextPermissionConstructs a newInquireSecContextPermissionobject with the specified name. The name is the symbolic name of theInquireTypeallowed.- Parameters:
- name- the- InquireTypeallowed by this permission. "*" means all- InquireTypes are allowed.
- Throws:
- NullPointerException- if- nameis- null.
- IllegalArgumentException- if- nameis empty.
 
 
-