Novell exteNd Messaging Platform 5.2

com.sssw.jbroker.api.security.CSIv2
Class ClientAuthInfo

java.lang.Object
  extended bycom.sssw.jbroker.api.security.CSIv2.ClientAuthInfo
All Implemented Interfaces:
Serializable

public class ClientAuthInfo
extends Object
implements Serializable

Specifies the Client Authentication (using CSIv2 GSSUP) part of the SecurityPolicy.

See Also:
Serialized Form

Constructor Summary
ClientAuthInfo(String realm, boolean optional)
          Create a ClientAuthInfo object.
 
Method Summary
 String getRealm()
          Get the realm.
 boolean isOptional()
          Is client authentication optional.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientAuthInfo

public ClientAuthInfo(String realm,
                      boolean optional)
Create a ClientAuthInfo object.

Parameters:
realm - the object's protection space
optional - true if the client authentication is optional
Method Detail

getRealm

public String getRealm()
Get the realm.


isOptional

public boolean isOptional()
Is client authentication optional.


Novell exteNd Messaging Platform 5.2

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