public class DefaultAuthenticationConsumerFactory extends Object implements AuthenticationConsumerFactory<Object,Object,Object>
| 构造器和说明 |
|---|
DefaultAuthenticationConsumerFactory(Class<?> consumerClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthenticationConsumer<Object,Object> |
create(Object createArg) |
Class<Object> |
getConsumedType() |
Class<Object> |
getCreateArgType() |
Class<Object> |
getReturnType() |
public DefaultAuthenticationConsumerFactory(Class<?> consumerClass) throws AuthenticationFactoryException
public Class<Object> getReturnType()
getReturnType 在接口中 AuthenticationConsumerFactory<Object,Object,Object>public AuthenticationConsumer<Object,Object> create(Object createArg)
create 在接口中 AuthenticationConsumerFactory<Object,Object,Object>Copyright © 2024 Hitachi Vantara. All rights reserved.