JACC 1.4 API 1.0.0.Final

Serialized Form


Package javax.security.jacc

Class javax.security.jacc.EJBMethodPermission extends Permission implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

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

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

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

Serialized Fields

actions

String actions
The security-role-ref/role-link value

Class javax.security.jacc.WebUserDataPermission extends Permission implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions
the actions string.


JACC 1.4 API 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.