org.wso2.wsas.admin.service.util
Class UtKeystoreSecurityAssignment

java.lang.Object
  extended by org.wso2.wsas.admin.service.util.UtKeystoreSecurityAssignment

public class UtKeystoreSecurityAssignment
extends java.lang.Object

Bean that holds ut and keystore related infomation


Constructor Summary
UtKeystoreSecurityAssignment()
           
 
Method Summary
 ServiceKeyStore[] getKeystore()
           
 SecurityAssignment getUt()
           
 void setKeystore(ServiceKeyStore[] keystore)
           
 void setUt(SecurityAssignment ut)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtKeystoreSecurityAssignment

public UtKeystoreSecurityAssignment()
Method Detail

getUt

public SecurityAssignment getUt()

setUt

public void setUt(SecurityAssignment ut)

getKeystore

public ServiceKeyStore[] getKeystore()

setKeystore

public void setKeystore(ServiceKeyStore[] keystore)