| 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. |