org.ow2.jonas.deployment.rar
Class SecurityEntryDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.SecurityEntryDesc
All Implemented Interfaces:
Serializable

public class SecurityEntryDesc
extends Object
implements Serializable

This class defines the implementation of the element security-entry

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
SecurityEntryDesc(SecurityEntry se)
          Constructor
 
Method Summary
 String getEncypted()
          Gets the encrypted value
 String getPassword()
          Gets the password
 String getPrincipalName()
          Gets the principalName
 String getUser()
          Gets the user
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityEntryDesc

public SecurityEntryDesc(SecurityEntry se)
Constructor

Method Detail

getPrincipalName

public String getPrincipalName()
Gets the principalName

Returns:
the principalName

getUser

public String getUser()
Gets the user

Returns:
the user

getPassword

public String getPassword()
Gets the password

Returns:
the password

getEncypted

public String getEncypted()
Gets the encrypted value

Returns:
the encrypted value


Copyright © 2010 OW2 Consortium. All Rights Reserved.