Novell exteNd Messaging Platform 5.1

com.sssw.jbroker.api.security
Interface SecurityPolicy

All Superinterfaces:
IDLEntity, Object, Policy, PolicyOperations, Serializable

public interface SecurityPolicy
extends Policy

jBroker specific POA Security Policy.


Field Summary
static int POLICY_TYPE
          Deprecated.  
 
Method Summary
 String getHostName()
          Deprecated. Get the hostname used to listen for incomming secure communication
 int getPort()
          Deprecated. Get the port used to listen for incomming secure communication
 QualityOfProtection getQualityOfProtection()
          Deprecated. Get the Quality of Protection for the Object - no Protection, Integrity, and Confidentiality.
 String getRealmName()
          Deprecated. The realm against which the client should authenticate itself.
 boolean isAuthenticationRequired()
          Deprecated. Whether client needs to authentication with the realm specified by the getRealmName method.
 boolean isProtectionOptional()
          Deprecated. Is the Quality of Protection optional or required.
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

POLICY_TYPE

public static final int POLICY_TYPE
Deprecated. 
See Also:
Constant Field Values
Method Detail

isAuthenticationRequired

public boolean isAuthenticationRequired()
Deprecated. 
Whether client needs to authentication with the realm specified by the getRealmName method.


getRealmName

public String getRealmName()
Deprecated. 
The realm against which the client should authenticate itself.


isProtectionOptional

public boolean isProtectionOptional()
Deprecated. 
Is the Quality of Protection optional or required. If it is optional, then, the client can also talk to the object using no protection (eg using plain IIOP).


getQualityOfProtection

public QualityOfProtection getQualityOfProtection()
Deprecated. 
Get the Quality of Protection for the Object - no Protection, Integrity, and Confidentiality.


getPort

public int getPort()
Deprecated. 
Get the port used to listen for incomming secure communication

Since:
jBroker 3.0

getHostName

public String getHostName()
Deprecated. 
Get the hostname used to listen for incomming secure communication

Since:
jBroker 3.0

Novell exteNd Messaging Platform 5.1

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