org.ow2.shelbie.core.internal.security
Class UserPrincipal

java.lang.Object
  extended by org.ow2.shelbie.core.internal.security.UserPrincipal
All Implemented Interfaces:
Serializable, Principal

public class UserPrincipal
extends Object
implements Principal, Serializable

Created with IntelliJ IDEA. User: guillaume Date: 07/02/13 Time: 14:54 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
UserPrincipal(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Constructor Detail

UserPrincipal

public UserPrincipal(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface Principal


Copyright © 2013 OW2 Consortium. All Rights Reserved.