Searched refs:transportType (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DWebUserDataPermission.java91 private transient int transportType; field in class:WebUserDataPermission
151 * that may be followed by a transportType separated from the HTTP
168 * transportType ::= "INTEGRAL" | "CONFIDENTIAL" | "NONE"
171 * HTTPMethodSpec colon transportType
184 * An actions string without a transportType is a shorthand for a
187 * A granted permission representing a transportType of "NONE",
204 * HTTP methods and transportType "NONE".
233 * @param transportType a String whose value is a transportType.
235 * is constructed with actions corresponding to transportType "NON
238 WebUserDataPermission(String urlPatternSpec, String[] HTTPMethods, String transportType) argument
[all...]

Completed in 41 milliseconds