Searched defs:auth (Results 1 - 8 of 8) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/api/auth/
H A DAuthorizationHint.java26 package com.oracle.solaris.vp.panel.common.api.auth;
39 public AuthorizationHint(String auth) argument
42 addAuthorization(auth);
50 public void addAuthorization(String auth) argument
52 authorizations_.add(auth);
H A DPrincipalHint.java26 package com.oracle.solaris.vp.panel.common.api.auth;
H A DPrincipalHintList.java26 package com.oracle.solaris.vp.panel.common.api.auth;
H A DRoleHint.java26 package com.oracle.solaris.vp.panel.common.api.auth;
H A DUnauthorizedException.java26 package com.oracle.solaris.vp.panel.common.api.auth;
H A DUserHint.java26 package com.oracle.solaris.vp.panel.common.api.auth;
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DAuthAttrMgmt.java81 private AuthAttrModelEntry [] auth_entries; // List of auth model entries
157 * in the setAuthEntries method to condense the auth entries set for the
184 // Create a vector of auth model entry objects, one for each auth
188 // If the auth right prefix changes and the
200 // Create a new auth model entry object
238 // Turn vector of auth model objects into an array
264 * This method assumes it is processing the same auth model entry array
266 * the array of entries is in sorted order by auth right name.
330 // Return the new auth objec
429 getWildAuth(String auth) argument
436 hasWildAuth(String auth) argument
444 hasObject(String auth) argument
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/
H A DRadLoginManager.java84 Authentication auth) throws ActionAbortedException,
95 Authentication auth) throws ActionAbortedException,
101 return auth.login(Locale.getDefault().getLanguage(),
123 Authentication auth) throws ActionAbortedException,
129 return auth.assume(Locale.getDefault().getLanguage(),
150 Authentication auth) throws ActionAbortedException,
153 return auth.login(Locale.getDefault().getLanguage(),
175 Authentication auth) throws ActionAbortedException,
178 return auth.assume(Locale.getDefault().getLanguage(),
646 Authentication auth, AuthPrompte
83 initiate(LoginRequest request, Authentication auth) argument
94 initiate(LoginRequest request, Authentication auth) argument
122 initiate(LoginRequest request, Authentication auth) argument
149 initiate(LoginRequest request, Authentication auth) argument
174 initiate(LoginRequest request, Authentication auth) argument
645 authConverse(LoginRequest request, Authentication auth, AuthPrompter prompter) argument
[all...]

Completed in 30 milliseconds