OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [security/] [IdentityScope.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_security_IdentityScope__
5
#define __java_security_IdentityScope__
6
 
7
#pragma interface
8
 
9
#include <java/security/Identity.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace security
15
    {
16
        class Identity;
17
        class IdentityScope;
18
        class Principal;
19
        class PublicKey;
20
    }
21
  }
22
}
23
 
24
class java::security::IdentityScope : public ::java::security::Identity
25
{
26
 
27
public: // actually protected
28
  IdentityScope();
29
public:
30
  IdentityScope(::java::lang::String *);
31
  IdentityScope(::java::lang::String *, ::java::security::IdentityScope *);
32
  static ::java::security::IdentityScope * getSystemScope();
33
public: // actually protected
34
  static void setSystemScope(::java::security::IdentityScope *);
35
public:
36
  virtual jint size() = 0;
37
  virtual ::java::security::Identity * getIdentity(::java::lang::String *) = 0;
38
  virtual ::java::security::Identity * getIdentity(::java::security::Principal *);
39
  virtual ::java::security::Identity * getIdentity(::java::security::PublicKey *) = 0;
40
  virtual void addIdentity(::java::security::Identity *) = 0;
41
  virtual void removeIdentity(::java::security::Identity *) = 0;
42
  virtual ::java::util::Enumeration * identities() = 0;
43
  virtual ::java::lang::String * toString();
44
private:
45
  static const jlong serialVersionUID = -2337346281189773310LL;
46
  static ::java::security::IdentityScope * systemScope;
47
public:
48
  static ::java::lang::Class class$;
49
};
50
 
51
#endif // __java_security_IdentityScope__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.