com.cenqua.crucible.model
Interface Principal

All Known Implementing Classes:
Principal.Anonymous

public interface Principal

A Principal in Security terms is an entity that can be (and has been) authenticated.


Nested Class Summary
static class Principal.Anonymous
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getUserName()
           
 

Method Detail

getUserName

java.lang.String getUserName()

getDisplayName

java.lang.String getDisplayName()