|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.security.acl.RealmProxy
public class RealmProxy
RealmProxy represents a Realm of the same name on the client side. It helps pack up user information in realm specific ways and provides information about the realm specific credentials that a generic user interface can use. Its static functions fetch and cache instances by name, and optionally, specify an implementation. As an example of two different proxy implementations, one might be intended for commandline input, and another for popping up a dialog box.
Constructor Summary | |
---|---|
RealmProxy()
Deprecated. |
Method Summary | |
---|---|
UserInfo |
createUserInfo(String id,
Object credential)
Deprecated. Creates a UserInfo instance in an implementation-specific way. |
String |
getName()
Deprecated. Gets the name of a RealmProxy. |
static RealmProxy |
getRealmProxy(String name)
Deprecated. Fetches or creates a RealmProxy of the specified name and a default implementation. |
static RealmProxy |
getRealmProxy(String name,
String className)
Deprecated. Fetches or creates a RealmProxy of the specified name and implementation. |
void |
setName(String name)
Deprecated. Sets the name of a RealmProxy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RealmProxy()
Method Detail |
---|
public static RealmProxy getRealmProxy(String name)
name
- Name of the RealmProxy
public static RealmProxy getRealmProxy(String name, String className)
name
- Name of RealmProxyclassName
- Implementation for realmpublic String getName()
public void setName(String name)
name
- Name for RealmProxypublic UserInfo createUserInfo(String id, Object credential)
id
- Name or ID of usercredential
- X509 certificate, token, or password, etc.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |