| 程序包 | 说明 |
|---|---|
| org.nanoframework.extension.shiro.authc | |
| org.nanoframework.extension.shiro.crypto.hash | |
| org.nanoframework.extension.shiro.util |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteSource |
SimpleAuthenticationInfo.getCredentialsSalt() |
ByteSource |
SaltedAuthenticationInfo.getCredentialsSalt() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SimpleAuthenticationInfo.setCredentialsSalt(ByteSource salt) |
| 构造器和说明 |
|---|
SimpleAuthenticationInfo(Object principal,
Object hashedCredentials,
ByteSource credentialsSalt,
String realmName) |
SimpleAuthenticationInfo(org.apache.shiro.subject.PrincipalCollection principals,
Object hashedCredentials,
ByteSource credentialsSalt) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Hash |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractHash
已过时。
in Shiro 1.1 in favor of using the concrete
SimpleHash implementation directly. |
class |
Md2Hash |
class |
SimpleHash |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteSource |
SimpleHash.getSalt() |
ByteSource |
Hash.getSalt()
Returns a salt used to compute the hash or
null if no salt was used. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SimpleHash.setSalt(ByteSource salt) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleByteSource |
| 限定符和类型 | 方法和说明 |
|---|---|
static ByteSource |
ByteSource.Util.bytes(byte[] bytes) |
static ByteSource |
ByteSource.Util.bytes(ByteSource source) |
static ByteSource |
ByteSource.Util.bytes(char[] chars) |
static ByteSource |
ByteSource.Util.bytes(File file) |
static ByteSource |
ByteSource.Util.bytes(InputStream stream) |
static ByteSource |
ByteSource.Util.bytes(Object source) |
static ByteSource |
ByteSource.Util.bytes(String string) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ByteSource |
ByteSource.Util.bytes(ByteSource source) |
| 构造器和说明 |
|---|
SimpleByteSource(ByteSource source)
Creates an instance using the sources bytes directly - it does not create a copy of the
argument's byte array.
|
Copyright © 2015-2017. All Rights Reserved.