Interface | Description |
---|---|
IdentityCoreInitializedEvent |
This empty service can be used to guarantee the order of activation ( No need to have empty service if
there is a valid service).
|
LambdaExceptionUtils.BiConsumerWithExceptions<T,U,E extends Exception> |
Represents a
BiConsumer interface which can throw exceptions. |
LambdaExceptionUtils.BiFunctionWithExceptions<T,U,R,E extends Exception> |
Represents a
BiFunction interface which can throw exceptions. |
LambdaExceptionUtils.ConsumerWithExceptions<T,E extends Exception> |
Represents a
Consumer interface which can throw exceptions. |
LambdaExceptionUtils.FunctionWithExceptions<T,R,E extends Exception> |
Represents a
Function interface which can throw exceptions. |
LambdaExceptionUtils.RunnableWithExceptions<E extends Exception> |
Represents a
Runnable interface which can throw exceptions. |
LambdaExceptionUtils.SupplierWithExceptions<T,E extends Exception> |
Represents a
Supplier interface which can throw exceptions. |
LambdaExceptionUtils.TriConsumer<T,U,V> |
Represents a
TriConsumer interface. |
LambdaExceptionUtils.TriConsumerWithExceptions<T,U,V,E extends Exception> |
Represents a
BiConsumer interface which can throw exceptions. |
Class | Description |
---|---|
ClientAuthX509TrustManager |
Gives a javax.net.ssl.X509TrustManager implementation that uses the default carbon trust store which can be used
by tomcat connector to dynamically reload the client truststore whenever truststore content changes.
|
DynamicX509TrustManager |
Gives a singleton javax.net.ssl.X509TrustManager implementation that uses the default carbon trust store.
|
IdentityConfigParser | |
IdentityCoreConstants | |
IdentityCoreInitializedEventImpl |
This empty service can be used to guarantee the order of activation ( No need to have empty service if
there is a valid service).
|
IdentityDatabaseUtil |
Utility class for database operations.
|
IdentityIOStreamUtils | |
IdentityTenantUtil | |
IdentityUtil | |
LambdaExceptionUtils |
A Utility which provides a way to throw checked exceptions from the lambda expressions.
|
OpenIDClaimMapper |
This class manages mapping of OpenID Simple Registration[SReg] to two schemas
used in OpenID Attribute Exchanged [AxSchema & OpenID schema]
|
Copyright © 2019 WSO2. All rights reserved.