org.glassfish.appclient.client.acc.config
Class Security

java.lang.Object
  extended by org.glassfish.appclient.client.acc.config.Security

public class Security
extends java.lang.Object


Field Summary
protected  CertDb certDb
           
protected  Ssl ssl
           
 
Constructor Summary
Security()
           
 
Method Summary
 CertDb getCertDb()
          Gets the value of the certDb property.
 Ssl getSsl()
          Gets the value of the ssl property.
 void setCertDb(CertDb value)
          Sets the value of the certDb property.
 void setSsl(Ssl value)
          Sets the value of the ssl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ssl

protected Ssl ssl

certDb

protected CertDb certDb
Constructor Detail

Security

public Security()
Method Detail

getSsl

public Ssl getSsl()
Gets the value of the ssl property.

Returns:
possible object is Ssl

setSsl

public void setSsl(Ssl value)
Sets the value of the ssl property.

Parameters:
value - allowed object is Ssl

getCertDb

public CertDb getCertDb()
Gets the value of the certDb property.

Returns:
possible object is CertDb

setCertDb

public void setCertDb(CertDb value)
Sets the value of the certDb property.

Parameters:
value - allowed object is CertDb


Copyright © 2012 GlassFish Community. All Rights Reserved.