Class SharedKeyAccessServiceImpl
- java.lang.Object
-
- org.wso2.carbon.identity.authentication.SharedKeyAccessServiceImpl
-
- All Implemented Interfaces:
SharedKeyAccessService
public class SharedKeyAccessServiceImpl extends Object implements SharedKeyAccessService
Keep and provide the access to the shared key- See Also:
SharedKeyAccessService
-
-
Constructor Summary
Constructors Constructor Description SharedKeyAccessServiceImpl(String sharedKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSharedKey()
Returns the shared key created by the authentication service
-
-
-
Constructor Detail
-
SharedKeyAccessServiceImpl
public SharedKeyAccessServiceImpl(String sharedKey)
-
-
Method Detail
-
getSharedKey
public String getSharedKey()
Description copied from interface:SharedKeyAccessService
Returns the shared key created by the authentication service- Specified by:
getSharedKey
in interfaceSharedKeyAccessService
- Returns:
- Key as a
String
- See Also:
SharedKeyAccessService.getSharedKey()
-
-