Uses of Class
org.glassfish.internal.api.AdminAccessController.Access

Packages that use AdminAccessController.Access
org.glassfish.internal.api   
 

Uses of AdminAccessController.Access in org.glassfish.internal.api
 

Methods in org.glassfish.internal.api that return AdminAccessController.Access
 AdminAccessController.Access AdminAccessController.loginAsAdmin(String user, String password, String realm, String originHost)
          Authenticates the admin user by delegating to the underlying realm.
 AdminAccessController.Access AdminAccessController.loginAsAdmin(String user, String password, String realm, String originHost, Map<String,String> authRelatedHeaders, Principal requestPrincipal)
          Authenticates the admin user by delegating to the underlying realm.
static AdminAccessController.Access AdminAccessController.Access.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdminAccessController.Access[] AdminAccessController.Access.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.