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

/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DAuthorizeCallback.java55 * The id of the authorized entity. If null, the id of
56 * the authorized entity is authorizationID.
66 private boolean authorized; field in class:AuthorizeCallback
104 return authorized;
114 authorized = ok;
118 * Returns the id of the authorized user.
119 * @return The id of the authorized user. <tt>null</tt> means the
125 if (!authorized) {
132 * Sets the id of the authorized entity. Called by handler only when the id
136 * @param id The id of the authorized use
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketPermission.java601 if (!authorized(hostname, addresses[0].getAddress())) {
671 private boolean authorized(String cname, byte[] addr) { method in class:SocketPermission
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp1118 // in the protection domain, otherwise it is authorized.
1191 bool authorized = is_authorized(h_context, klass, CHECK_NULL); variable
1192 if (!authorized) {

Completed in 46 milliseconds