Groovy Documentation

griffon.plugins.bcrypt
[Groovy] Class BcryptService

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
          org.codehaus.griffon.runtime.core.AbstractGriffonService
              griffon.plugins.bcrypt.BcryptService

class BcryptService
extends AbstractGriffonService

Constructor Summary
BcryptService()

 
Method Summary
boolean checkPassword(String pass, String hash)

String hashPassword(String pass)

String hashPassword(String pass, int genSaltRound)

 
Methods inherited from class AbstractGriffonService
serviceInit, serviceDestroy, newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, getLog, isUIThread, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsURL, metaClassOf, getGriffonClass, getApp, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class AbstractGriffonArtifact
newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, getLog, isUIThread, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsURL, metaClassOf, getGriffonClass, getApp, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

BcryptService

BcryptService()


 
Method Detail

checkPassword

boolean checkPassword(String pass, String hash)


hashPassword

String hashPassword(String pass)


hashPassword

String hashPassword(String pass, int genSaltRound)


 

Groovy Documentation