Package javax.annotation.security

Skip navigation links

Overview
Package
Class
Use
Tree
Deprecated
Index
Help

Prev Package
Next Package

Frames
No Frames

Package javax.annotation.security
This package contains the security common annotations.

See: Description

Annotation Types Summary Annotation Type 	Description
DeclareRoles 	
Used by application to declare security roles.
DenyAll 	
Specifies that no security roles are allowed to invoke the specified method(s).
PermitAll 	
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
RolesAllowed 	
Specifies the list of security roles permitted to access method(s) in an application.
RunAs 	
Defines the identity of the application during execution.

Package javax.annotation.security Description
This package contains the security common annotations.
Skip navigation links

Overview
Package
Class
Use
Tree
Deprecated
Index
Help

Prev Package
Next Package

Frames
No Frames

Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Published 133 original articles · praised 191 · 20,000+ views

Guess you like

Origin blog.csdn.net/blog_programb/article/details/105687839