Novell exteNd Messaging Platform 5.2

com.sssw.jbroker.api.security.CSIv2
Interface AuthCallback


public interface AuthCallback

Client side callback used by the ORB to get the SecurityContext for an invocation.


Method Summary
 SecurityContext getInitialContextToken(String realm, boolean required)
          When invoking an object that supports client authentication, or Identity Assertion, the ORB will call this interface if it does not find a SecurityContext in place.
 

Method Detail

getInitialContextToken

public SecurityContext getInitialContextToken(String realm,
                                              boolean required)
                                       throws SecurityException
When invoking an object that supports client authentication, or Identity Assertion, the ORB will call this interface if it does not find a SecurityContext in place.

Parameters:
realm - the realm specified by the secure object
required - the callback is required to return a SecurityContext
Returns:
the SecurityContext to use for this invocation
Throws:
SecurityException

Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.