|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.security.Identity
java.security.IdentityScope
public abstract class IdentityScope
| Constructor Summary | |
|---|---|
protected |
IdentityScope()
Deprecated. |
|
IdentityScope(String name)
Deprecated. |
|
IdentityScope(String name,
IdentityScope scope)
Deprecated. |
| Method Summary | |
|---|---|
abstract void |
addIdentity(Identity identity)
Deprecated. |
Identity |
getIdentity(Principal principal)
Deprecated. |
abstract Identity |
getIdentity(PublicKey key)
Deprecated. |
abstract Identity |
getIdentity(String name)
Deprecated. |
static IdentityScope |
getSystemScope()
Deprecated. |
abstract Enumeration<Identity> |
identities()
Deprecated. |
abstract void |
removeIdentity(Identity identity)
Deprecated. |
protected static void |
setSystemScope(IdentityScope scope)
Deprecated. |
abstract int |
size()
Deprecated. |
String |
toString()
Deprecated. Returns a string containing a concise, human-readable description of the receiver. |
| Methods inherited from class java.security.Identity |
|---|
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, identityEquals, removeCertificate, setInfo, setPublicKey, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected IdentityScope()
public IdentityScope(String name)
public IdentityScope(String name,
IdentityScope scope)
throws KeyManagementException
KeyManagementException| Method Detail |
|---|
public static IdentityScope getSystemScope()
protected static void setSystemScope(IdentityScope scope)
public abstract int size()
public abstract Identity getIdentity(String name)
public Identity getIdentity(Principal principal)
public abstract Identity getIdentity(PublicKey key)
public abstract void addIdentity(Identity identity)
throws KeyManagementException
KeyManagementException
public abstract void removeIdentity(Identity identity)
throws KeyManagementException
KeyManagementExceptionpublic abstract Enumeration<Identity> identities()
public String toString()
Object
toString in interface PrincipaltoString in class Identity
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||