Openwings API Documentation (v1.1)

net.openwings.security
Class RoleSignerFactory

java.lang.Object
  extended bynet.openwings.security.RoleSignerFactory

public final class RoleSignerFactory
extends java.lang.Object

This class provides a way to obtain an implementation of RoleSigner. The choice of RoleSigner implementation class is set using the net.openwings.security.rolesigner property.


Method Summary
static RoleSigner getRoleSigner()
          This method is used to obtain a RoleSigner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRoleSigner

public static RoleSigner getRoleSigner()
This method is used to obtain a RoleSigner.

Returns:
object implementing the RoleSigner interface.

Openwings API Documentation (v1.1)