nl.surfnet.coin.selfservice.domain
Class CoinAuthority

java.lang.Object
  extended by nl.surfnet.coin.selfservice.domain.CoinAuthority
All Implemented Interfaces:
Serializable, org.springframework.security.core.GrantedAuthority

public class CoinAuthority
extends Object
implements org.springframework.security.core.GrantedAuthority

Simple implementation of a GrantedAuthority

See Also:
Serialized Form

Constructor Summary
CoinAuthority(String authority)
           
 
Method Summary
 String getAuthority()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoinAuthority

public CoinAuthority(String authority)
Method Detail

getAuthority

public String getAuthority()
Specified by:
getAuthority in interface org.springframework.security.core.GrantedAuthority

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.