|
Move Method protected deserializeWebHeader(decodedHeader byte[]) : OrientJwtHeader from class com.orientechnologies.orient.server.token.OrientTokenHandler to protected deserializeWebHeader(decodedHeader byte[]) : OrientJwtHeader from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Method protected serializeWebHeader(header OJwtHeader) : byte[] from class com.orientechnologies.orient.server.token.OrientTokenHandler to protected serializeWebHeader(header OJwtHeader) : byte[] from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Method private deserializeBinaryToken(bais InputStream) : OBinaryToken from class com.orientechnologies.orient.server.token.OrientTokenHandler to private deserializeBinaryToken(bais InputStream) : OBinaryToken from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Method protected deserializeWebPayload(type String, decodedPayload byte[]) : OJwtPayload from class com.orientechnologies.orient.server.token.OrientTokenHandler to protected deserializeWebPayload(type String, decodedPayload byte[]) : OJwtPayload from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Method private verifyTokenSignature(header OJwtHeader, base byte[], baseOffset int, baseLength int, signature byte[]) : boolean from class com.orientechnologies.orient.server.token.OrientTokenHandler to private verifyTokenSignature(header OJwtHeader, base byte[], baseOffset int, baseLength int, signature byte[]) : boolean from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Method private signToken(header OrientJwtHeader, unsignedToken byte[]) : byte[] from class com.orientechnologies.orient.server.token.OrientTokenHandler to private signToken(header OrientJwtHeader, unsignedToken byte[]) : byte[] from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Method protected serializeWebPayload(payload OJwtPayload) : byte[] from class com.orientechnologies.orient.server.token.OrientTokenHandler to protected serializeWebPayload(payload OJwtPayload) : byte[] from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Method protected getKeyProvider() : OKeyProvider from class com.orientechnologies.orient.server.token.OrientTokenHandler to protected getKeyProvider() : OKeyProvider from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Method protected createPayload(db ODatabaseDocumentInternal, user OSecurityUser) : OJwtPayload from class com.orientechnologies.orient.server.token.OrientTokenHandler to protected createPayload(db ODatabaseDocumentInternal, user OSecurityUser) : OJwtPayload from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Method protected getPayloadType(payload OJwtPayload) : String from class com.orientechnologies.orient.server.token.OrientTokenHandler to protected getPayloadType(payload OJwtPayload) : String from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Attribute protected JWT_DELIMITER : int from class com.orientechnologies.orient.server.token.OrientTokenHandler to protected JWT_DELIMITER : int from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Attribute private sessionInMills : long from class com.orientechnologies.orient.server.token.OrientTokenHandler to private sessionInMills : long from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Attribute private algorithm : String from class com.orientechnologies.orient.server.token.OrientTokenHandler to private algorithm : String from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Attribute private binarySerializer : OBinaryTokenSerializer from class com.orientechnologies.orient.server.token.OrientTokenHandler to private binarySerializer : OBinaryTokenSerializer from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Attribute private keyProvider : OKeyProvider from class com.orientechnologies.orient.server.token.OrientTokenHandler to private keyProvider : OKeyProvider from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Attribute private threadLocalMac : ThreadLocal<Mac> from class com.orientechnologies.orient.server.token.OrientTokenHandler to private threadLocalMac : ThreadLocal<Mac> from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |
|
Move Attribute public ENCRYPTION_ALGORITHM_DEFAULT : String from class com.orientechnologies.orient.server.token.OrientTokenHandler to public ENCRYPTION_ALGORITHM_DEFAULT : String from class com.orientechnologies.orient.server.token.OTokenHandlerImpl |
From |
To |