All Examples  This Package

Class examples.security.snoopproof.SnoopProofProxy

java.lang.Object
   |
   +----weblogic.security.acl.RealmProxy
           |
           +----examples.security.snoopproof.SnoopProofProxy

public class SnoopProofProxy
extends RealmProxy
This example is the factory for SnoopProofUserInfo instances. On creation it looks up a Syncer and uses it to determine the time difference to the server.

Author:
Copyright (c) 1997-1999 by BEA Systems. All Rights Reserved.

Constructor Index

 o SnoopProofProxy()
Constructs a SnoopProofProxy, which looks up a Syncer and uses it to determine the time difference to the server.

Method Index

 o createUserInfo(String, Object)
Creates a UserInfo for the proxy.

Constructors

 o SnoopProofProxy
 public SnoopProofProxy()
Constructs a SnoopProofProxy, which looks up a Syncer and uses it to determine the time difference to the server.

Methods

 o createUserInfo
 public UserInfo createUserInfo(String id,
                                Object credential)
Creates a UserInfo for the proxy.

Overrides:
createUserInfo in class RealmProxy

All Examples  This Package