Uses of Class
java.security.PermissionCollection
Package
Description
Provides for system input and output through data streams,
serialization and the file system.
Provides the classes for implementing networking applications.
Provides the classes and interfaces for the security framework.
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
This package provides a framework for authentication and
authorization.
This package contains utility classes related to the Kerberos network
authentication protocol.
-
Uses of PermissionCollection in java.io
Modifier and TypeMethodDescriptionFilePermission.newPermissionCollection()
Returns a new PermissionCollection object for storing FilePermission objects. -
Uses of PermissionCollection in java.net
Modifier and TypeMethodDescriptionprotected PermissionCollection
URLClassLoader.getPermissions
(CodeSource codesource) Returns the permissions for the given codesource object.SocketPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing SocketPermission objects. -
Uses of PermissionCollection in java.security
Modifier and TypeClassDescriptionfinal class
This class represents a heterogeneous collection of Permissions.Modifier and TypeFieldDescriptionstatic final PermissionCollection
Policy.UNSUPPORTED_EMPTY_COLLECTION
Deprecated, for removal: This API element is subject to removal in a future version.A read-only empty PermissionCollection instance.Modifier and TypeMethodDescriptionprotected PermissionCollection
PolicySpi.engineGetPermissions
(CodeSource codesource) Deprecated, for removal: This API element is subject to removal in a future version.Return a PermissionCollection object containing the set of permissions granted to the specified CodeSource.protected PermissionCollection
PolicySpi.engineGetPermissions
(ProtectionDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.Return a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain.Policy.getPermissions
(CodeSource codesource) Deprecated, for removal: This API element is subject to removal in a future version.Return a PermissionCollection object containing the set of permissions granted to the specified CodeSource.Policy.getPermissions
(ProtectionDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.Return a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain.final PermissionCollection
ProtectionDomain.getPermissions()
Returns the static permissions granted to this domain.protected PermissionCollection
SecureClassLoader.getPermissions
(CodeSource codesource) Returns the permissions for the given CodeSource object.AllPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing AllPermission objects.BasicPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing BasicPermission objects.Permission.newPermissionCollection()
Returns an empty PermissionCollection for a given Permission object, or null if one is not defined.UnresolvedPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing UnresolvedPermission objects.ModifierConstructorDescriptionProtectionDomain
(CodeSource codesource, PermissionCollection permissions) Creates a new ProtectionDomain with the given CodeSource and Permissions.ProtectionDomain
(CodeSource codesource, PermissionCollection permissions, ClassLoader classloader, Principal[] principals) Creates a new ProtectionDomain qualified by the given CodeSource, Permissions, ClassLoader and array of Principals. -
Uses of PermissionCollection in java.util
Modifier and TypeMethodDescriptionPropertyPermission.newPermissionCollection()
Returns a new PermissionCollection object for storing PropertyPermission objects. -
Uses of PermissionCollection in javax.security.auth
Modifier and TypeMethodDescriptionPrivateCredentialPermission.newPermissionCollection()
Return a homogeneous collection of PrivateCredentialPermissions in aPermissionCollection
. -
Uses of PermissionCollection in javax.security.auth.kerberos
Modifier and TypeMethodDescriptionDelegationPermission.newPermissionCollection()
Returns a PermissionCollection object for storing DelegationPermission objects.ServicePermission.newPermissionCollection()
Returns a PermissionCollection object for storing ServicePermission objects.