ccc.security
Class SimplePrincipal

java.lang.Object
  extended by ccc.security.SimplePrincipal
All Implemented Interfaces:
java.security.Principal
Direct Known Subclasses:
SimpleGroup

public class SimplePrincipal
extends java.lang.Object
implements java.security.Principal

Simple principal.

Author:
Civic Computing Ltd.

Constructor Summary
SimplePrincipal(java.lang.String name)
          Constructor.
 
Method Summary
 java.lang.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

SimplePrincipal

public SimplePrincipal(java.lang.String name)
Constructor.

Parameters:
name - The principal's name.
Method Detail

getName

public java.lang.String getName()

Specified by:
getName in interface java.security.Principal


Copyright © 2010. All Rights Reserved.