Serialized Form
-
Package javax.security.jacc
-
Class javax.security.jacc.EJBMethodPermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundExceptionIOException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
the actions string.
-
-
Class javax.security.jacc.EJBRoleRefPermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actions
String actions
The security-role-ref/role-link value
-
-
Class javax.security.jacc.PolicyContextException extends Exception implements Serializable
- serialVersionUID:
- 3925692572777572935L
-
Class javax.security.jacc.WebResourcePermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundExceptionIOException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
the actions string.
-
-
Class javax.security.jacc.WebRoleRefPermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actions
String actions
The security-role-ref/role-link value
-
-
Class javax.security.jacc.WebUserDataPermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundExceptionIOException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
the actions string.
-
-